#0F6029

Color #0F6029 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #0F6029

Tints of Crusoe #0F6029

Color information

#0F6029 (or 0x0F6029) is unknown color: approx Crusoe. HEX triplet: 0F, 60 and 29. RGB value is (15,96,41). Sum of RGB (Red+Green+Blue) = 15+96+41=152 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.87% from 152); Green value is 96 (37.89% from 255 or 63.16% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 96 - color contains mainly: green. Hex color #0F6029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6029 is #F09FD6. Grayscale: #414141. Windows color (decimal): -15769559 or 2711567. OLE color: 2711567.

HSL color Cylindrical-coordinate representation of color #0F6029: hue angle of 139.26º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F6029 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB159641-
CMYK0.8400.570.62
HSL139.26º72.97%21.76%-
HSV(B)139.26º84.38%37.65%-
XYZ4.788.633.51-
YUV65.51114.1691.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.87%
GREEN value IS 96 (37.89% from 255) = 63.16%
BLUE value IS 41 (16.41% from 255) = 26.97%
R=9.87%
G=63.16%
B=26.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1596410.8400.570.62139.2672.9721.76
HexF6029540393E8b4916
Octal17140511240717621311126
Binary111111000001010011010100011100111111010001011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F6029; }

 p { color: rgb(15,96,41); }

 H1.HeaderClassName
 {
   color: #0F6029;
 }
 .AnyTagClassName
 {
   color: #0F6029;
 }
</style>
background-color css

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

 a { background-color: rgb(15,96,41); }

 div.DivClassName
 {
   background-color: #0F6029;
 }
 .BgClassName
 {
   background-color: #0F6029;
 }
</style>
border-color css

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

 span { border-color: rgb(15,96,41); }

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