Html Css Color HEX #085D1E Crusoe

📋 copy color: '#085D1E'

red 8 ◦ green 93 ◦ blue 30

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

Shades of Crusoe #085D1E

Tints of Crusoe #085D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.9%

R = 6.11%
G = 70.99%
B = 22.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#085D1E (or 0x085D1E) is known color: Crusoe. HEX triplet: 08, 5D and 1E. RGB value is (8,93,30). Sum of RGB (Red+Green+Blue) = 8+93+30=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 93 (36.72% from 255 or 70.99% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 93 - color contains mainly: green. Hex color #085D1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D1E is #F7A2E1. Grayscale: #3C3C3C. Windows color (decimal): -16229090 or 1989896. OLE color: 1989896.

HSL color Cylindrical-coordinate representation of color #085D1E: hue angle of 135.53º 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 #085D1E is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 93 30 -
CMYK 0.91 0 0.68 0.64
HSL 135.53º 0.84% 0.2% -
HSV(B) 135.53º 0.91% 0.36% -
XYZ 4.25 7.97 2.54 -
YUV 60.4 110.84 90.62 -
System Red Green Blue C M Y K H S L
Decimal 8 93 30 0.91 0 0.68 0.64 135.53 0.84 0.2
Hex 8 5D 1E 5B 0 44 40 88 54 14
Octal 10 135 36 133 0 104 100 210 124 24
Binary 1000 1011101 11110 1011011 0 1000100 1000000 10001000 1010100 10100

Color Harmonies of #085D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D1E

Black with #085D1E

Text Example


Text Example

White with #085D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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