Html Css Color HEX #027324 Crusoe

📋 copy color: '#027324'

red 2 ◦ green 115 ◦ blue 36

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

Shades of Crusoe #027324

Tints of Crusoe #027324

RGB

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

 GREEN value IS 115 (45.31% from 255) = 75.16%

 BLUE value IS 36 (14.45% from 255) = 23.53%

R = 1.31%
G = 75.16%
B = 23.53%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#027324 (or 0x027324) is known color: Crusoe. HEX triplet: 02, 73 and 24. RGB value is (2,115,36). Sum of RGB (Red+Green+Blue) = 2+115+36=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 115 (45.31% from 255 or 75.16% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 115 - color contains mainly: green. Hex color #027324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027324 is #FD8CDB. Grayscale: #484848. Windows color (decimal): -16616668 or 2388738. OLE color: 2388738.

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

Color convert

RGB 2 115 36 -
CMYK 0.98 0 0.69 0.55
HSL 138.05º 0.97% 0.23% -
HSV(B) 138.05º 0.98% 0.45% -
XYZ 6.47 12.4 3.72 -
YUV 72.21 107.56 77.92 -
System Red Green Blue C M Y K H S L
Decimal 2 115 36 0.98 0 0.69 0.55 138.05 0.97 0.23
Hex 2 73 24 62 0 45 37 8A 61 17
Octal 2 163 44 142 0 105 67 212 141 27
Binary 10 1110011 100100 1100010 0 1000101 110111 10001010 1100001 10111

Color Harmonies of #027324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027324

Black with #027324

Text Example


Text Example

White with #027324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027324; }

 p { color: rgb(2,115,36); }

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

background-color css

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

 a { background-color: rgb(2,115,36); }

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

border-color css

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

 span { border-color: rgb(2,115,36); }

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