Html Css Color HEX #027423 Crusoe

📋 copy color: '#027423'

red 2 ◦ green 116 ◦ blue 35

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

Shades of Crusoe #027423

Tints of Crusoe #027423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.88%

R = 1.31%
G = 75.82%
B = 22.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#027423 (or 0x027423) is known color: Crusoe. HEX triplet: 02, 74 and 23. RGB value is (2,116,35). Sum of RGB (Red+Green+Blue) = 2+116+35=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 116 (45.70% from 255 or 75.82% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 116 - color contains mainly: green. Hex color #027423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027423 is #FD8BDC. Grayscale: #484848. Windows color (decimal): -16616413 or 2323458. OLE color: 2323458.

HSL color Cylindrical-coordinate representation of color #027423: hue angle of 137.37º 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 #027423 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 116 35 -
CMYK 0.98 0 0.70 0.55
HSL 137.37º 0.97% 0.23% -
HSV(B) 137.37º 0.98% 0.45% -
XYZ 6.57 12.63 3.68 -
YUV 72.68 106.73 77.59 -
System Red Green Blue C M Y K H S L
Decimal 2 116 35 0.98 0 0.70 0.55 137.37 0.97 0.23
Hex 2 74 23 62 0 46 37 89 61 17
Octal 2 164 43 142 0 106 67 211 141 27
Binary 10 1110100 100011 1100010 0 1000110 110111 10001001 1100001 10111

Color Harmonies of #027423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027423

Black with #027423

Text Example


Text Example

White with #027423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027423; }

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

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

background-color css

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

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

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

border-color css

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

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

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