#0F621C

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

Shades of Crusoe #0F621C

Tints of Crusoe #0F621C

Color information

#0F621C (or 0x0F621C) is unknown color: approx Crusoe. HEX triplet: 0F, 62 and 1C. RGB value is (15,98,28). Sum of RGB (Red+Green+Blue) = 15+98+28=141 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.64% from 141); Green value is 98 (38.67% from 255 or 69.50% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 98 - color contains mainly: green. Hex color #0F621C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F621C is #F09DE3. Grayscale: #414141. Windows color (decimal): -15769060 or 1860111. OLE color: 1860111.

HSL color Cylindrical-coordinate representation of color #0F621C: hue angle of 129.4º 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 #0F621C is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB159828-
CMYK0.8500.710.62
HSL129.4º73.45%22.16%-
HSV(B)129.4º84.69%38.43%-
XYZ4.778.922.57-
YUV65.210792.19-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.64%
GREEN value IS 98 (38.67% from 255) = 69.50%
BLUE value IS 28 (11.33% from 255) = 19.86%
R=10.64%
G=69.50%
B=19.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1598280.8500.710.62129.473.4522.16
HexF621C550473E814916
Octal171423412501077620111126
Binary111111000101110010101010100011111111010000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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