Html Css Color HEX #095A2F Crusoe

📋 copy color: '#095A2F'

red 9 ◦ green 90 ◦ blue 47

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

Shades of Crusoe #095A2F

Tints of Crusoe #095A2F

RGB

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

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

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

R = 6.16%
G = 61.64%
B = 32.19%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#095A2F (or 0x095A2F) is known color: Crusoe. HEX triplet: 09, 5A and 2F. RGB value is (9,90,47). Sum of RGB (Red+Green+Blue) = 9+90+47=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 90 (35.55% from 255 or 61.64% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 90 - color contains mainly: green. Hex color #095A2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A2F is #F6A5D0. Grayscale: #3C3C3C. Windows color (decimal): -16164305 or 3103241. OLE color: 3103241.

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

Color convert

RGB 9 90 47 -
CMYK 0.9 0 0.48 0.65
HSL 148.15º 0.82% 0.19% -
HSV(B) 148.15º 0.9% 0.35% -
XYZ 4.28 7.58 3.93 -
YUV 60.88 120.16 91 -
System Red Green Blue C M Y K H S L
Decimal 9 90 47 0.9 0 0.48 0.65 148.15 0.82 0.19
Hex 9 5A 2F 5A 0 30 41 94 52 13
Octal 11 132 57 132 0 60 101 224 122 23
Binary 1001 1011010 101111 1011010 0 110000 1000001 10010100 1010010 10011

Color Harmonies of #095A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A2F

Black with #095A2F

Text Example


Text Example

White with #095A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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