#0CB734

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

Shades of Dark Pastel Green #0CB734

Tints of Dark Pastel Green #0CB734

Color information

#0CB734 (or 0x0CB734) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B7 and 34. RGB value is (12,183,52). Sum of RGB (Red+Green+Blue) = 12+183+52=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 183 (71.88% from 255 or 74.09% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB734 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB734 is #F348CB. Grayscale: #757575. Windows color (decimal): -15943884 or 3454732. OLE color: 3454732.

HSL color Cylindrical-coordinate representation of color #0CB734: hue angle of 134.04º 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 #0CB734 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB1218352-
CMYK0.9300.720.28
HSL134.04º87.69%38.24%-
HSV(B)134.04º93.44%71.76%-
XYZ17.734.198.92-
YUV116.9491.3553.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.86%
GREEN value IS 183 (71.88% from 255) = 74.09%
BLUE value IS 52 (20.70% from 255) = 21.05%
R=4.86%
G=74.09%
B=21.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12183520.9300.720.28134.0487.6938.24
HexCB7345D0481C865826
Octal142676413501103420613046
Binary11001011011111010010111010100100011100100001101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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