Html Css Color HEX #085D29 Crusoe

📋 copy color: '#085D29'

red 8 ◦ green 93 ◦ blue 41

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

Shades of Crusoe #085D29

Tints of Crusoe #085D29

RGB

 RED value IS 8 (3.52% from 255) = 5.63%

 GREEN value IS 93 (36.72% from 255) = 65.49%

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

R = 5.63%
G = 65.49%
B = 28.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0.64

RGB Variations

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

Color information

#085D29 (or 0x085D29) is known color: Crusoe. HEX triplet: 08, 5D and 29. RGB value is (8,93,41). Sum of RGB (Red+Green+Blue) = 8+93+41=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 93 (36.72% from 255 or 65.49% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 93 - color contains mainly: green. Hex color #085D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D29 is #F7A2D6. Grayscale: #3D3D3D. Windows color (decimal): -16229079 or 2710792. OLE color: 2710792.

HSL color Cylindrical-coordinate representation of color #085D29: hue angle of 143.29º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D29 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 93 41 -
CMYK 0.91 0 0.56 0.64
HSL 143.29º 0.84% 0.2% -
HSV(B) 143.29º 0.91% 0.36% -
XYZ 4.41 8.04 3.42 -
YUV 61.66 116.34 89.73 -
System Red Green Blue C M Y K H S L
Decimal 8 93 41 0.91 0 0.56 0.64 143.29 0.84 0.2
Hex 8 5D 29 5B 0 38 40 8F 54 14
Octal 10 135 51 133 0 70 100 217 124 24
Binary 1000 1011101 101001 1011011 0 111000 1000000 10001111 1010100 10100

Color Harmonies of #085D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D29

Black with #085D29

Text Example


Text Example

White with #085D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085D29; }

 p { color: rgb(8,93,41); }

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

background-color css

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

 a { background-color: rgb(8,93,41); }

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

border-color css

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

 span { border-color: rgb(8,93,41); }

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