Html Css Color HEX #026324 Crusoe

📋 copy color: '#026324'

red 2 ◦ green 99 ◦ blue 36

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

Shades of Crusoe #026324

Tints of Crusoe #026324

RGB

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

 GREEN value IS 99 (39.06% from 255) = 72.26%

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

R = 1.46%
G = 72.26%
B = 26.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#026324 (or 0x026324) is known color: Crusoe. HEX triplet: 02, 63 and 24. RGB value is (2,99,36). Sum of RGB (Red+Green+Blue) = 2+99+36=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 99 (39.06% from 255 or 72.26% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 99 - color contains mainly: green. Hex color #026324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026324 is #FD9CDB. Grayscale: #3E3E3E. Windows color (decimal): -16620764 or 2384642. OLE color: 2384642.

HSL color Cylindrical-coordinate representation of color #026324: hue angle of 141.03º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026324 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 99 36 -
CMYK 0.98 0 0.64 0.61
HSL 141.03º 0.96% 0.2% -
HSV(B) 141.03º 0.98% 0.39% -
XYZ 4.81 9.06 3.17 -
YUV 62.82 112.86 84.62 -
System Red Green Blue C M Y K H S L
Decimal 2 99 36 0.98 0 0.64 0.61 141.03 0.96 0.2
Hex 2 63 24 62 0 40 3D 8D 60 14
Octal 2 143 44 142 0 100 75 215 140 24
Binary 10 1100011 100100 1100010 0 1000000 111101 10001101 1100000 10100

Color Harmonies of #026324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026324

Black with #026324

Text Example


Text Example

White with #026324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026324; }

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

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

background-color css

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

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

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

border-color css

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

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

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