Html Css Color HEX #085A2F Crusoe

📋 copy color: '#085A2F'

red 8 ◦ green 90 ◦ blue 47

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

Shades of Crusoe #085A2F

Tints of Crusoe #085A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 62.07%

 BLUE value IS 47 (18.75% from 255) = 32.41%

R = 5.52%
G = 62.07%
B = 32.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#085A2F (or 0x085A2F) is known color: Crusoe. HEX triplet: 08, 5A and 2F. RGB value is (8,90,47). Sum of RGB (Red+Green+Blue) = 8+90+47=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 90 (35.55% from 255 or 62.07% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 90 - color contains mainly: green. Hex color #085A2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085A2F is #F7A5D0. Grayscale: #3C3C3C. Windows color (decimal): -16229841 or 3103240. OLE color: 3103240.

HSL color Cylindrical-coordinate representation of color #085A2F: hue angle of 148.54º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085A2F is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 90 47 -
CMYK 0.91 0 0.48 0.65
HSL 148.54º 0.84% 0.19% -
HSV(B) 148.54º 0.91% 0.35% -
XYZ 4.27 7.57 3.93 -
YUV 60.58 120.33 90.5 -
System Red Green Blue C M Y K H S L
Decimal 8 90 47 0.91 0 0.48 0.65 148.54 0.84 0.19
Hex 8 5A 2F 5B 0 30 41 95 54 13
Octal 10 132 57 133 0 60 101 225 124 23
Binary 1000 1011010 101111 1011011 0 110000 1000001 10010101 1010100 10011

Color Harmonies of #085A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085A2F

Black with #085A2F

Text Example


Text Example

White with #085A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,90,47); }

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

background-color css

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

 a { background-color: rgb(8,90,47); }

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

border-color css

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

 span { border-color: rgb(8,90,47); }

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