Html Css Color HEX #1CBB42 Dark Pastel Green

📋 copy color: '#1CBB42'

red 28 ◦ green 187 ◦ blue 66

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

Shades of Dark Pastel Green #1CBB42

Tints of Dark Pastel Green #1CBB42

RGB

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

 GREEN value IS 187 (73.44% from 255) = 66.55%

 BLUE value IS 66 (26.17% from 255) = 23.49%

R = 9.96%
G = 66.55%
B = 23.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#1CBB42 (or 0x1CBB42) is known color: Dark Pastel Green. HEX triplet: 1C, BB and 42. RGB value is (28,187,66). Sum of RGB (Red+Green+Blue) = 28+187+66=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 187 (73.44% from 255 or 66.55% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBB42 is #E344BD. Grayscale: #7D7D7D. Windows color (decimal): -14894270 or 4373276. OLE color: 4373276.

HSL color Cylindrical-coordinate representation of color #1CBB42: hue angle of 134.34º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBB42 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 187 66 -
CMYK 0.85 0 0.65 0.27
HSL 134.34º 0.74% 0.42% -
HSV(B) 134.34º 0.85% 0.73% -
XYZ 19.23 36.18 11.12 -
YUV 125.67 94.32 58.34 -
System Red Green Blue C M Y K H S L
Decimal 28 187 66 0.85 0 0.65 0.27 134.34 0.74 0.42
Hex 1C BB 42 55 0 41 1B 86 4A 2A
Octal 34 273 102 125 0 101 33 206 112 52
Binary 11100 10111011 1000010 1010101 0 1000001 11011 10000110 1001010 101010

Color Harmonies of #1CBB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBB42

Black with #1CBB42

Text Example


Text Example

White with #1CBB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,187,66); }

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

background-color css

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

 a { background-color: rgb(28,187,66); }

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

border-color css

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

 span { border-color: rgb(28,187,66); }

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