#1cbd37

Color #1CBD37 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1CBD37

Tints of Dark Pastel Green #1CBD37

Color information

#1CBD37 (or 0x1CBD37) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, BD and 37. RGB value is (28,189,55). Sum of RGB (Red+Green+Blue) = 28+189+55=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 189 (74.22% from 255 or 69.49% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 189 - color contains mainly: green. Hex color #1CBD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBD37 is #E342C8. Grayscale: #7D7D7D. Windows color (decimal): -14893769 or 3652892. OLE color: 3652892.

HSL color Cylindrical-coordinate representation of color #1CBD37: hue angle of 130.06º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBD37 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB2818955-
CMYK0.8500.710.26
HSL130.06º74.19%42.55%-
HSV(B)130.06º85.19%74.12%-
XYZ19.3736.929.72-
YUV125.5888.1658.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 10.29%
GREEN value IS 189 (74.22% from 255) = 69.49%
BLUE value IS 55 (21.88% from 255) = 20.22%
R=10.29%
G=69.49%
B=20.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal28189550.8500.710.26130.0674.1942.55
Hex1CBD37550471A824a2b
Octal342756712501073220211253
Binary111001011110111011110101010100011111010100000101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cbd37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1cbd37; }

 p { color: rgb(28,189,55); }

 H1.HeaderClassName
 {
   color: #1cbd37;
 }
 .AnyTagClassName
 {
   color: #1cbd37;
 }
</style>
background-color css

<style>
 a { background-color: #1cbd37; }

 a { background-color: rgb(28,189,55); }

 div.DivClassName
 {
   background-color: #1cbd37;
 }
 .BgClassName
 {
   background-color: #1cbd37;
 }
</style>
border-color css

<style>
 span { border-color: #1cbd37; }

 span { border-color: rgb(28,189,55); }

 td.TdClassName
 {
   border-color: #1cbd37;
 }
 .TagClassName
 {
   border-color: #1cbd37;
 }
</style>