Html Css Color HEX #1CCB42 Dark Pastel Green

📋 copy color: '#1CCB42'

red 28 ◦ green 203 ◦ blue 66

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

Shades of Dark Pastel Green #1CCB42

Tints of Dark Pastel Green #1CCB42

RGB

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

 GREEN value IS 203 (79.69% from 255) = 68.35%

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

R = 9.43%
G = 68.35%
B = 22.22%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#1CCB42 (or 0x1CCB42) is known color: Dark Pastel Green. HEX triplet: 1C, CB and 42. RGB value is (28,203,66). Sum of RGB (Red+Green+Blue) = 28+203+66=297 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.43% from 297); Green value is 203 (79.69% from 255 or 68.35% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCB42 is #E334BD. Grayscale: #878787. Windows color (decimal): -14890174 or 4377372. OLE color: 4377372.

HSL color Cylindrical-coordinate representation of color #1CCB42: hue angle of 133.03º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCB42 is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 203 66 -
CMYK 0.86 0 0.67 0.20
HSL 133.03º 0.76% 0.45% -
HSV(B) 133.03º 0.86% 0.8% -
XYZ 22.82 43.35 12.32 -
YUV 135.06 89.02 51.64 -
System Red Green Blue C M Y K H S L
Decimal 28 203 66 0.86 0 0.67 0.20 133.03 0.76 0.45
Hex 1C CB 42 56 0 43 14 85 4C 2D
Octal 34 313 102 126 0 103 24 205 114 55
Binary 11100 11001011 1000010 1010110 0 1000011 10100 10000101 1001100 101101

Color Harmonies of #1CCB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCB42

Black with #1CCB42

Text Example


Text Example

White with #1CCB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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