Html Css Color HEX #097029 Crusoe

📋 copy color: '#097029'

red 9 ◦ green 112 ◦ blue 41

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

Shades of Crusoe #097029

Tints of Crusoe #097029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 69.14%

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

R = 5.56%
G = 69.14%
B = 25.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#097029 (or 0x097029) is known color: Crusoe. HEX triplet: 09, 70 and 29. RGB value is (9,112,41). Sum of RGB (Red+Green+Blue) = 9+112+41=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 112 (44.14% from 255 or 69.14% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 112 - color contains mainly: green. Hex color #097029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097029 is #F68FD6. Grayscale: #494949. Windows color (decimal): -16158679 or 2715657. OLE color: 2715657.

HSL color Cylindrical-coordinate representation of color #097029: hue angle of 138.64º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097029 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 112 41 -
CMYK 0.92 0 0.63 0.56
HSL 138.64º 0.85% 0.24% -
HSV(B) 138.64º 0.92% 0.44% -
XYZ 6.31 11.81 4.04 -
YUV 73.11 109.88 82.27 -
System Red Green Blue C M Y K H S L
Decimal 9 112 41 0.92 0 0.63 0.56 138.64 0.85 0.24
Hex 9 70 29 5C 0 3F 38 8B 55 18
Octal 11 160 51 134 0 77 70 213 125 30
Binary 1001 1110000 101001 1011100 0 111111 111000 10001011 1010101 11000

Color Harmonies of #097029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097029

Black with #097029

Text Example


Text Example

White with #097029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097029; }

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

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

background-color css

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

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

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

border-color css

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

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

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