Html Css Color HEX #085C2B Crusoe

📋 copy color: '#085C2B'

red 8 ◦ green 92 ◦ blue 43

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

Shades of Crusoe #085C2B

Tints of Crusoe #085C2B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 64.34%

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

R = 5.59%
G = 64.34%
B = 30.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#085C2B (or 0x085C2B) is known color: Crusoe. HEX triplet: 08, 5C and 2B. RGB value is (8,92,43). Sum of RGB (Red+Green+Blue) = 8+92+43=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 92 (36.33% from 255 or 64.34% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 92 - color contains mainly: green. Hex color #085C2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085C2B is #F7A3D4. Grayscale: #3D3D3D. Windows color (decimal): -16229333 or 2841608. OLE color: 2841608.

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

Color convert

RGB 8 92 43 -
CMYK 0.91 0 0.53 0.64
HSL 145º 0.84% 0.2% -
HSV(B) 145º 0.91% 0.36% -
XYZ 4.36 7.88 3.58 -
YUV 61.3 117.67 89.98 -
System Red Green Blue C M Y K H S L
Decimal 8 92 43 0.91 0 0.53 0.64 145 0.84 0.2
Hex 8 5C 2B 5B 0 35 40 91 54 14
Octal 10 134 53 133 0 65 100 221 124 24
Binary 1000 1011100 101011 1011011 0 110101 1000000 10010001 1010100 10100

Color Harmonies of #085C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C2B

Black with #085C2B

Text Example


Text Example

White with #085C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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