Html Css Color HEX #027428 Crusoe

📋 copy color: '#027428'

red 2 ◦ green 116 ◦ blue 40

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

Shades of Crusoe #027428

Tints of Crusoe #027428

RGB

 RED value IS 2 (1.17% from 255) = 1.27%

 GREEN value IS 116 (45.7% from 255) = 73.42%

 BLUE value IS 40 (16.02% from 255) = 25.32%

R = 1.27%
G = 73.42%
B = 25.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#027428 (or 0x027428) is known color: Crusoe. HEX triplet: 02, 74 and 28. RGB value is (2,116,40). Sum of RGB (Red+Green+Blue) = 2+116+40=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 116 (45.70% from 255 or 73.42% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 116 - color contains mainly: green. Hex color #027428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027428 is #FD8BD7. Grayscale: #494949. Windows color (decimal): -16616408 or 2651138. OLE color: 2651138.

HSL color Cylindrical-coordinate representation of color #027428: hue angle of 140º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027428 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 116 40 -
CMYK 0.98 0 0.66 0.55
HSL 140º 0.97% 0.23% -
HSV(B) 140º 0.98% 0.45% -
XYZ 6.65 12.66 4.1 -
YUV 73.25 109.23 77.18 -
System Red Green Blue C M Y K H S L
Decimal 2 116 40 0.98 0 0.66 0.55 140 0.97 0.23
Hex 2 74 28 62 0 42 37 8C 61 17
Octal 2 164 50 142 0 102 67 214 141 27
Binary 10 1110100 101000 1100010 0 1000010 110111 10001100 1100001 10111

Color Harmonies of #027428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027428

Black with #027428

Text Example


Text Example

White with #027428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027428; }

 p { color: rgb(2,116,40); }

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

background-color css

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

 a { background-color: rgb(2,116,40); }

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

border-color css

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

 span { border-color: rgb(2,116,40); }

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