Html Css Color HEX #026829 Crusoe

📋 copy color: '#026829'

red 2 ◦ green 104 ◦ blue 41

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

Shades of Crusoe #026829

Tints of Crusoe #026829

RGB

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

 GREEN value IS 104 (41.02% from 255) = 70.75%

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

R = 1.36%
G = 70.75%
B = 27.89%

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

#026829 (or 0x026829) is known color: Crusoe. HEX triplet: 02, 68 and 29. RGB value is (2,104,41). Sum of RGB (Red+Green+Blue) = 2+104+41=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 104 (41.02% from 255 or 70.75% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 104 - color contains mainly: green. Hex color #026829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026829 is #FD97D6. Grayscale: #424242. Windows color (decimal): -16619479 or 2713602. OLE color: 2713602.

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

Color convert

RGB 2 104 41 -
CMYK 0.98 0 0.61 0.59
HSL 142.94º 0.96% 0.21% -
HSV(B) 142.94º 0.98% 0.41% -
XYZ 5.38 10.07 3.76 -
YUV 66.32 113.71 82.12 -
System Red Green Blue C M Y K H S L
Decimal 2 104 41 0.98 0 0.61 0.59 142.94 0.96 0.21
Hex 2 68 29 62 0 3D 3B 8F 60 15
Octal 2 150 51 142 0 75 73 217 140 25
Binary 10 1101000 101001 1100010 0 111101 111011 10001111 1100000 10101

Color Harmonies of #026829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026829

Black with #026829

Text Example


Text Example

White with #026829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026829; }

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

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

background-color css

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

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

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

border-color css

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

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

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