Html Css Color HEX #1CBD40 Dark Pastel Green

📋 copy color: '#1CBD40'

red 28 ◦ green 189 ◦ blue 64

#1CBD40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #1CBD40

Tints of Dark Pastel Green #1CBD40

RGB

 RED value IS 28 (11.33% from 255) = 9.96%

 GREEN value IS 189 (74.22% from 255) = 67.26%

 BLUE value IS 64 (25.39% from 255) = 22.78%

R = 9.96%
G = 67.26%
B = 22.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#1CBD40 (or 0x1CBD40) is known color: Dark Pastel Green. HEX triplet: 1C, BD and 40. RGB value is (28,189,64). Sum of RGB (Red+Green+Blue) = 28+189+64=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 189 (74.22% from 255 or 67.26% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 189 - color contains mainly: green. Hex color #1CBD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBD40 is #E342BF. Grayscale: #7E7E7E. Windows color (decimal): -14893760 or 4242716. OLE color: 4242716.

HSL color Cylindrical-coordinate representation of color #1CBD40: hue angle of 133.42º 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 #1CBD40 is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 189 64 -
CMYK 0.85 0 0.66 0.26
HSL 133.42º 0.74% 0.43% -
HSV(B) 133.42º 0.85% 0.74% -
XYZ 19.6 37.01 10.96 -
YUV 126.61 92.66 57.66 -
System Red Green Blue C M Y K H S L
Decimal 28 189 64 0.85 0 0.66 0.26 133.42 0.74 0.43
Hex 1C BD 40 55 0 42 1A 85 4A 2B
Octal 34 275 100 125 0 102 32 205 112 53
Binary 11100 10111101 1000000 1010101 0 1000010 11010 10000101 1001010 101011

Color Harmonies of #1CBD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBD40

Black with #1CBD40

Text Example


Text Example

White with #1CBD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CBD40;
 }
 .AnyTagClassName
 {
   color: #1CBD40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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