Html Css Color HEX #095F1E Crusoe

📋 copy color: '#095F1E'

red 9 ◦ green 95 ◦ blue 30

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

Shades of Crusoe #095F1E

Tints of Crusoe #095F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.39%

R = 6.72%
G = 70.9%
B = 22.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.68

 K value IS 0.63

RGB Variations

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

Color information

#095F1E (or 0x095F1E) is known color: Crusoe. HEX triplet: 09, 5F and 1E. RGB value is (9,95,30). Sum of RGB (Red+Green+Blue) = 9+95+30=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 95 (37.5% from 255 or 70.90% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 95 - color contains mainly: green. Hex color #095F1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F1E is #F6A0E1. Grayscale: #3E3E3E. Windows color (decimal): -16163042 or 1990409. OLE color: 1990409.

HSL color Cylindrical-coordinate representation of color #095F1E: hue angle of 134.65º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F1E is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 95 30 -
CMYK 0.91 0 0.68 0.63
HSL 134.65º 0.83% 0.2% -
HSV(B) 134.65º 0.91% 0.37% -
XYZ 4.44 8.34 2.6 -
YUV 61.88 110.01 90.29 -
System Red Green Blue C M Y K H S L
Decimal 9 95 30 0.91 0 0.68 0.63 134.65 0.83 0.2
Hex 9 5F 1E 5B 0 44 3F 87 53 14
Octal 11 137 36 133 0 104 77 207 123 24
Binary 1001 1011111 11110 1011011 0 1000100 111111 10000111 1010011 10100

Color Harmonies of #095F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F1E

Black with #095F1E

Text Example


Text Example

White with #095F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,95,30); }

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

background-color css

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

 a { background-color: rgb(9,95,30); }

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

border-color css

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

 span { border-color: rgb(9,95,30); }

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