#0F5B2A

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

Shades of Crusoe #0F5B2A

Tints of Crusoe #0F5B2A

Color information

#0F5B2A (or 0x0F5B2A) is unknown color: approx Crusoe. HEX triplet: 0F, 5B and 2A. RGB value is (15,91,42). Sum of RGB (Red+Green+Blue) = 15+91+42=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 91 (35.94% from 255 or 61.49% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 91 - color contains mainly: green. Hex color #0F5B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5B2A is #F0A4D5. Grayscale: #3E3E3E. Windows color (decimal): -15770838 or 2775823. OLE color: 2775823.

HSL color Cylindrical-coordinate representation of color #0F5B2A: hue angle of 141.32º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5B2A is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB159142-
CMYK0.8400.540.64
HSL141.32º71.7%20.78%-
HSV(B)141.32º83.52%35.69%-
XYZ4.367.753.46-
YUV62.69116.3293.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.14%
GREEN value IS 91 (35.94% from 255) = 61.49%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=10.14%
G=61.49%
B=28.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1591420.8400.540.64141.3271.720.78
HexF5B2A54036408d4815
Octal171335212406610021511025
Binary1111101101110101010101000110110100000010001101100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,91,42); }

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

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

 a { background-color: rgb(15,91,42); }

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

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

 span { border-color: rgb(15,91,42); }

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