Html Css Color HEX #085D2B Crusoe

📋 copy color: '#085D2B'

red 8 ◦ green 93 ◦ blue 43

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

Shades of Crusoe #085D2B

Tints of Crusoe #085D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.86%

R = 5.56%
G = 64.58%
B = 29.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#085D2B (or 0x085D2B) is known color: Crusoe. HEX triplet: 08, 5D and 2B. RGB value is (8,93,43). Sum of RGB (Red+Green+Blue) = 8+93+43=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 93 (36.72% from 255 or 64.58% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 93 - color contains mainly: green. Hex color #085D2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D2B is #F7A2D4. Grayscale: #3E3E3E. Windows color (decimal): -16229077 or 2841864. OLE color: 2841864.

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

Color convert

RGB 8 93 43 -
CMYK 0.91 0 0.54 0.64
HSL 144.71º 0.84% 0.2% -
HSV(B) 144.71º 0.91% 0.36% -
XYZ 4.45 8.05 3.61 -
YUV 61.89 117.34 89.57 -
System Red Green Blue C M Y K H S L
Decimal 8 93 43 0.91 0 0.54 0.64 144.71 0.84 0.2
Hex 8 5D 2B 5B 0 36 40 91 54 14
Octal 10 135 53 133 0 66 100 221 124 24
Binary 1000 1011101 101011 1011011 0 110110 1000000 10010001 1010100 10100

Color Harmonies of #085D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D2B

Black with #085D2B

Text Example


Text Example

White with #085D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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