#0F621E

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

Shades of Crusoe #0F621E

Tints of Crusoe #0F621E

Color information

#0F621E (or 0x0F621E) is unknown color: approx Crusoe. HEX triplet: 0F, 62 and 1E. RGB value is (15,98,30). Sum of RGB (Red+Green+Blue) = 15+98+30=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 98 (38.67% from 255 or 68.53% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 98 - color contains mainly: green. Hex color #0F621E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F621E is #F09DE1. Grayscale: #414141. Windows color (decimal): -15769058 or 1991183. OLE color: 1991183.

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

Color convert

RGB159830-
CMYK0.8500.690.62
HSL130.84º73.45%22.16%-
HSV(B)130.84º84.69%38.43%-
XYZ4.88.932.7-
YUV65.4310892.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.49%
GREEN value IS 98 (38.67% from 255) = 68.53%
BLUE value IS 30 (12.11% from 255) = 20.98%
R=10.49%
G=68.53%
B=20.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1598300.8500.690.62130.8473.4522.16
HexF621E550453E834916
Octal171423612501057620311126
Binary111111000101111010101010100010111111010000011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,98,30); }

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

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

 a { background-color: rgb(15,98,30); }

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

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

 span { border-color: rgb(15,98,30); }

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