Html Css Color HEX #085F2B Crusoe

📋 copy color: '#085F2B'

red 8 ◦ green 95 ◦ blue 43

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

Shades of Crusoe #085F2B

Tints of Crusoe #085F2B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 65.07%

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

R = 5.48%
G = 65.07%
B = 29.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.63

RGB Variations

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

Color information

#085F2B (or 0x085F2B) is known color: Crusoe. HEX triplet: 08, 5F and 2B. RGB value is (8,95,43). Sum of RGB (Red+Green+Blue) = 8+95+43=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 95 (37.5% from 255 or 65.07% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 95 - color contains mainly: green. Hex color #085F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085F2B is #F7A0D4. Grayscale: #3F3F3F. Windows color (decimal): -16228565 or 2842376. OLE color: 2842376.

HSL color Cylindrical-coordinate representation of color #085F2B: hue angle of 144.14º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085F2B is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 95 43 -
CMYK 0.92 0 0.55 0.63
HSL 144.14º 0.84% 0.2% -
HSV(B) 144.14º 0.92% 0.37% -
XYZ 4.63 8.41 3.66 -
YUV 63.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 8 95 43 0.92 0 0.55 0.63 144.14 0.84 0.2
Hex 8 5F 2B 5C 0 37 3F 90 54 14
Octal 10 137 53 134 0 67 77 220 124 24
Binary 1000 1011111 101011 1011100 0 110111 111111 10010000 1010100 10100

Color Harmonies of #085F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085F2B

Black with #085F2B

Text Example


Text Example

White with #085F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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