#0F582B

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

Shades of Crusoe #0F582B

Tints of Crusoe #0F582B

Color information

#0F582B (or 0x0F582B) is unknown color: approx Crusoe. HEX triplet: 0F, 58 and 2B. RGB value is (15,88,43). Sum of RGB (Red+Green+Blue) = 15+88+43=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 88 (34.77% from 255 or 60.27% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 88 - color contains mainly: green. Hex color #0F582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F582B is #F0A7D4. Grayscale: #3D3D3D. Windows color (decimal): -15771605 or 2840591. OLE color: 2840591.

HSL color Cylindrical-coordinate representation of color #0F582B: hue angle of 143.01º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F582B is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB158843-
CMYK0.8300.510.65
HSL143.01º70.87%20.2%-
HSV(B)143.01º82.95%34.51%-
XYZ4.127.263.47-
YUV61.04117.8295.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.27%
GREEN value IS 88 (34.77% from 255) = 60.27%
BLUE value IS 43 (17.19% from 255) = 29.45%
R=10.27%
G=60.27%
B=29.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1588430.8300.510.65143.0170.8720.2
HexF582B53033418f4714
Octal171305312306310121710724
Binary1111101100010101110100110110011100000110001111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,88,43); }

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

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

 a { background-color: rgb(15,88,43); }

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

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

 span { border-color: rgb(15,88,43); }

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