Html Css Color HEX #026929 Crusoe

📋 copy color: '#026929'

red 2 ◦ green 105 ◦ blue 41

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

Shades of Crusoe #026929

Tints of Crusoe #026929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 27.7%

R = 1.35%
G = 70.95%
B = 27.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#026929 (or 0x026929) is known color: Crusoe. HEX triplet: 02, 69 and 29. RGB value is (2,105,41). Sum of RGB (Red+Green+Blue) = 2+105+41=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 105 (41.41% from 255 or 70.95% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 105 - color contains mainly: green. Hex color #026929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026929 is #FD96D6. Grayscale: #434343. Windows color (decimal): -16619223 or 2713858. OLE color: 2713858.

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

Color convert

RGB 2 105 41 -
CMYK 0.98 0 0.61 0.59
HSL 142.72º 0.96% 0.21% -
HSV(B) 142.72º 0.98% 0.41% -
XYZ 5.48 10.28 3.79 -
YUV 66.91 113.38 81.7 -
System Red Green Blue C M Y K H S L
Decimal 2 105 41 0.98 0 0.61 0.59 142.72 0.96 0.21
Hex 2 69 29 62 0 3D 3B 8F 60 15
Octal 2 151 51 142 0 75 73 217 140 25
Binary 10 1101001 101001 1100010 0 111101 111011 10001111 1100000 10101

Color Harmonies of #026929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026929

Black with #026929

Text Example


Text Example

White with #026929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026929; }

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

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

background-color css

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

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

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

border-color css

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

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

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