Html Css Color HEX #026520 Crusoe

📋 copy color: '#026520'

red 2 ◦ green 101 ◦ blue 32

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

Shades of Crusoe #026520

Tints of Crusoe #026520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 74.81%

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

R = 1.48%
G = 74.81%
B = 23.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#026520 (or 0x026520) is known color: Crusoe. HEX triplet: 02, 65 and 20. RGB value is (2,101,32). Sum of RGB (Red+Green+Blue) = 2+101+32=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 101 (39.84% from 255 or 74.81% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 101 - color contains mainly: green. Hex color #026520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026520 is #FD9ADF. Grayscale: #3F3F3F. Windows color (decimal): -16620256 or 2123010. OLE color: 2123010.

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

Color convert

RGB 2 101 32 -
CMYK 0.98 0 0.68 0.60
HSL 138.18º 0.96% 0.2% -
HSV(B) 138.18º 0.98% 0.4% -
XYZ 4.94 9.42 2.93 -
YUV 63.53 110.2 84.11 -
System Red Green Blue C M Y K H S L
Decimal 2 101 32 0.98 0 0.68 0.60 138.18 0.96 0.2
Hex 2 65 20 62 0 44 3C 8A 60 14
Octal 2 145 40 142 0 104 74 212 140 24
Binary 10 1100101 100000 1100010 0 1000100 111100 10001010 1100000 10100

Color Harmonies of #026520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026520

Black with #026520

Text Example


Text Example

White with #026520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026520; }

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

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

background-color css

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

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

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

border-color css

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

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

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