Html Css Color HEX #026320 Crusoe

📋 copy color: '#026320'

red 2 ◦ green 99 ◦ blue 32

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

Shades of Crusoe #026320

Tints of Crusoe #026320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 24.06%

R = 1.5%
G = 74.44%
B = 24.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#026320 (or 0x026320) is known color: Crusoe. HEX triplet: 02, 63 and 20. RGB value is (2,99,32). Sum of RGB (Red+Green+Blue) = 2+99+32=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 99 (39.06% from 255 or 74.44% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 99 - color contains mainly: green. Hex color #026320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026320 is #FD9CDF. Grayscale: #3E3E3E. Windows color (decimal): -16620768 or 2122498. OLE color: 2122498.

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

Color convert

RGB 2 99 32 -
CMYK 0.98 0 0.68 0.61
HSL 138.56º 0.96% 0.2% -
HSV(B) 138.56º 0.98% 0.39% -
XYZ 4.75 9.04 2.86 -
YUV 62.36 110.86 84.95 -
System Red Green Blue C M Y K H S L
Decimal 2 99 32 0.98 0 0.68 0.61 138.56 0.96 0.2
Hex 2 63 20 62 0 44 3D 8B 60 14
Octal 2 143 40 142 0 104 75 213 140 24
Binary 10 1100011 100000 1100010 0 1000100 111101 10001011 1100000 10100

Color Harmonies of #026320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026320

Black with #026320

Text Example


Text Example

White with #026320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026320; }

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

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

background-color css

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

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

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

border-color css

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

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

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