Html Css Color HEX #095F29 Crusoe

📋 copy color: '#095F29'

red 9 ◦ green 95 ◦ blue 41

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

Shades of Crusoe #095F29

Tints of Crusoe #095F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 28.28%

R = 6.21%
G = 65.52%
B = 28.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.63

RGB Variations

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

Color information

#095F29 (or 0x095F29) is known color: Crusoe. HEX triplet: 09, 5F and 29. RGB value is (9,95,41). Sum of RGB (Red+Green+Blue) = 9+95+41=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 95 (37.5% from 255 or 65.52% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 95 - color contains mainly: green. Hex color #095F29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F29 is #F6A0D6. Grayscale: #3F3F3F. Windows color (decimal): -16163031 or 2711305. OLE color: 2711305.

HSL color Cylindrical-coordinate representation of color #095F29: hue angle of 142.33º 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 #095F29 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 95 41 -
CMYK 0.91 0 0.57 0.63
HSL 142.33º 0.83% 0.2% -
HSV(B) 142.33º 0.91% 0.37% -
XYZ 4.61 8.4 3.48 -
YUV 63.13 115.51 89.39 -
System Red Green Blue C M Y K H S L
Decimal 9 95 41 0.91 0 0.57 0.63 142.33 0.83 0.2
Hex 9 5F 29 5B 0 39 3F 8E 53 14
Octal 11 137 51 133 0 71 77 216 123 24
Binary 1001 1011111 101001 1011011 0 111001 111111 10001110 1010011 10100

Color Harmonies of #095F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F29

Black with #095F29

Text Example


Text Example

White with #095F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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