Html Css Color HEX #026921 Crusoe

📋 copy color: '#026921'

red 2 ◦ green 105 ◦ blue 33

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

Shades of Crusoe #026921

Tints of Crusoe #026921

RGB

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

 GREEN value IS 105 (41.41% from 255) = 75%

 BLUE value IS 33 (13.28% from 255) = 23.57%

R = 1.43%
G = 75%
B = 23.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#026921 (or 0x026921) is known color: Crusoe. HEX triplet: 02, 69 and 21. RGB value is (2,105,33). Sum of RGB (Red+Green+Blue) = 2+105+33=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 105 (41.41% from 255 or 75% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 105 - color contains mainly: green. Hex color #026921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026921 is #FD96DE. Grayscale: #424242. Windows color (decimal): -16619231 or 2189570. OLE color: 2189570.

HSL color Cylindrical-coordinate representation of color #026921: hue angle of 138.06º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026921 is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 105 33 -
CMYK 0.98 0 0.69 0.59
HSL 138.06º 0.96% 0.21% -
HSV(B) 138.06º 0.98% 0.41% -
XYZ 5.35 10.23 3.13 -
YUV 66 109.38 82.35 -
System Red Green Blue C M Y K H S L
Decimal 2 105 33 0.98 0 0.69 0.59 138.06 0.96 0.21
Hex 2 69 21 62 0 45 3B 8A 60 15
Octal 2 151 41 142 0 105 73 212 140 25
Binary 10 1101001 100001 1100010 0 1000101 111011 10001010 1100000 10101

Color Harmonies of #026921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026921

Black with #026921

Text Example


Text Example

White with #026921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026921; }

 p { color: rgb(2,105,33); }

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

background-color css

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

 a { background-color: rgb(2,105,33); }

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

border-color css

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

 span { border-color: rgb(2,105,33); }

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