#0C7058

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

Shades of Tropical Rain Forest #0C7058

Tints of Tropical Rain Forest #0C7058

Color information

#0C7058 (or 0x0C7058) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 70 and 58. RGB value is (12,112,88). Sum of RGB (Red+Green+Blue) = 12+112+88=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #0C7058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7058 is #F38FA7. Grayscale: #4F4F4F. Windows color (decimal): -15962024 or 5795852. OLE color: 5795852.

HSL color Cylindrical-coordinate representation of color #0C7058: hue angle of 165.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7058 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1211288-
CMYK0.8900.210.56
HSL165.6º80.65%24.31%-
HSV(B)165.6º89.29%43.92%-
XYZ7.7112.3711.21-
YUV79.36132.8779.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.66%
GREEN value IS 112 (44.14% from 255) = 52.83%
BLUE value IS 88 (34.77% from 255) = 41.51%
R=5.66%
G=52.83%
B=41.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12112880.8900.210.56165.680.6524.31
HexC70585901538a65118
Octal141601301310257024612130
Binary110011100001011000101100101010111100010100110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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