Html Css Color HEX #1CBB32 Dark Pastel Green

📋 copy color: '#1CBB32'

red 28 ◦ green 187 ◦ blue 50

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

Shades of Dark Pastel Green #1CBB32

Tints of Dark Pastel Green #1CBB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.87%

R = 10.57%
G = 70.57%
B = 18.87%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#1CBB32 (or 0x1CBB32) is known color: Dark Pastel Green. HEX triplet: 1C, BB and 32. RGB value is (28,187,50). Sum of RGB (Red+Green+Blue) = 28+187+50=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 187 (73.44% from 255 or 70.57% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBB32 is #E344CD. Grayscale: #7C7C7C. Windows color (decimal): -14894286 or 3324700. OLE color: 3324700.

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

Color convert

RGB 28 187 50 -
CMYK 0.85 0 0.73 0.27
HSL 128.3º 0.74% 0.42% -
HSV(B) 128.3º 0.85% 0.73% -
XYZ 18.82 36.02 8.98 -
YUV 123.84 86.32 59.64 -
System Red Green Blue C M Y K H S L
Decimal 28 187 50 0.85 0 0.73 0.27 128.3 0.74 0.42
Hex 1C BB 32 55 0 49 1B 80 4A 2A
Octal 34 273 62 125 0 111 33 200 112 52
Binary 11100 10111011 110010 1010101 0 1001001 11011 10000000 1001010 101010

Color Harmonies of #1CBB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBB32

Black with #1CBB32

Text Example


Text Example

White with #1CBB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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