Html Css Color HEX #095C2F Crusoe

📋 copy color: '#095C2F'

red 9 ◦ green 92 ◦ blue 47

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

Shades of Crusoe #095C2F

Tints of Crusoe #095C2F

RGB

 RED value IS 9 (3.91% from 255) = 6.08%

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

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

R = 6.08%
G = 62.16%
B = 31.76%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#095C2F (or 0x095C2F) is known color: Crusoe. HEX triplet: 09, 5C and 2F. RGB value is (9,92,47). Sum of RGB (Red+Green+Blue) = 9+92+47=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #095C2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C2F is #F6A3D0. Grayscale: #3E3E3E. Windows color (decimal): -16163793 or 3103753. OLE color: 3103753.

HSL color Cylindrical-coordinate representation of color #095C2F: hue angle of 147.47º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095C2F is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 92 47 -
CMYK 0.90 0 0.49 0.64
HSL 147.47º 0.82% 0.2% -
HSV(B) 147.47º 0.9% 0.36% -
XYZ 4.45 7.92 3.98 -
YUV 62.05 119.5 90.16 -
System Red Green Blue C M Y K H S L
Decimal 9 92 47 0.90 0 0.49 0.64 147.47 0.82 0.2
Hex 9 5C 2F 5A 0 31 40 93 52 14
Octal 11 134 57 132 0 61 100 223 122 24
Binary 1001 1011100 101111 1011010 0 110001 1000000 10010011 1010010 10100

Color Harmonies of #095C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C2F

Black with #095C2F

Text Example


Text Example

White with #095C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095C2F; }

 p { color: rgb(9,92,47); }

 H1.HeaderClassName
 {
   color: #095C2F;
 }
 .AnyTagClassName
 {
   color: #095C2F;
 }
</style>

background-color css

<style>
 a { background-color: #095C2F; }

 a { background-color: rgb(9,92,47); }

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

border-color css

<style>
 span { border-color: #095C2F; }

 span { border-color: rgb(9,92,47); }

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