#0CB73E

Color #0CB73E Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0CB73E

Tints of Dark Pastel Green #0CB73E

Color information

#0CB73E (or 0x0CB73E) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B7 and 3E. RGB value is (12,183,62). Sum of RGB (Red+Green+Blue) = 12+183+62=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 183 (71.88% from 255 or 71.21% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB73E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB73E is #F348C1. Grayscale: #767676. Windows color (decimal): -15943874 or 4110092. OLE color: 4110092.

HSL color Cylindrical-coordinate representation of color #0CB73E: hue angle of 137.54º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB73E is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1218362-
CMYK0.9300.660.28
HSL137.54º87.69%38.24%-
HSV(B)137.54º93.44%71.76%-
XYZ17.9534.2910.23-
YUV118.0896.3552.34-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.67%
GREEN value IS 183 (71.88% from 255) = 71.21%
BLUE value IS 62 (24.61% from 255) = 24.12%
R=4.67%
G=71.21%
B=24.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12183620.9300.660.28137.5487.6938.24
HexCB73E5D0421C8a5826
Octal142677613501023421213046
Binary11001011011111111010111010100001011100100010101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB73E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,183,62); }

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

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

 a { background-color: rgb(12,183,62); }

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

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

 span { border-color: rgb(12,183,62); }

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