#0C7258

Color #0C7258 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #0C7258

Tints of Tropical Rain Forest #0C7258

Color information

#0C7258 (or 0x0C7258) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 72 and 58. RGB value is (12,114,88). Sum of RGB (Red+Green+Blue) = 12+114+88=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #0C7258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7258 is #F38DA7. Grayscale: #505050. Windows color (decimal): -15961512 or 5796364. OLE color: 5796364.

HSL color Cylindrical-coordinate representation of color #0C7258: hue angle of 164.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7258 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB1211488-
CMYK0.8900.230.55
HSL164.71º80.95%24.71%-
HSV(B)164.71º89.47%44.71%-
XYZ7.9312.8211.29-
YUV80.54132.2179.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.61%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=5.61%
G=53.27%
B=41.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12114880.8900.230.55164.7180.9524.71
HexC72585901737a55119
Octal141621301310276724512131
Binary110011100101011000101100101011111011110100101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,114,88); }

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

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

 a { background-color: rgb(12,114,88); }

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

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

 span { border-color: rgb(12,114,88); }

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