Html Css Color HEX #0CB046 Dark Pastel Green

📋 copy color: '#0CB046'

red 12 ◦ green 176 ◦ blue 70

#0CB046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0CB046

Tints of Dark Pastel Green #0CB046

RGB

 RED value IS 12 (5.08% from 255) = 4.65%

 GREEN value IS 176 (69.14% from 255) = 68.22%

 BLUE value IS 70 (27.73% from 255) = 27.13%

R = 4.65%
G = 68.22%
B = 27.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#0CB046 (or 0x0CB046) is known color: Dark Pastel Green. HEX triplet: 0C, B0 and 46. RGB value is (12,176,70). Sum of RGB (Red+Green+Blue) = 12+176+70=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 176 (69.14% from 255 or 68.22% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB046 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB046 is #F34FB9. Grayscale: #737373. Windows color (decimal): -15945658 or 4632588. OLE color: 4632588.

HSL color Cylindrical-coordinate representation of color #0CB046: hue angle of 141.22º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB046 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 176 70 -
CMYK 0.93 0 0.60 0.31
HSL 141.22º 0.87% 0.37% -
HSV(B) 141.22º 0.93% 0.69% -
XYZ 16.78 31.57 11 -
YUV 114.88 102.67 54.62 -
System Red Green Blue C M Y K H S L
Decimal 12 176 70 0.93 0 0.60 0.31 141.22 0.87 0.37
Hex C B0 46 5D 0 3C 1F 8D 57 25
Octal 14 260 106 135 0 74 37 215 127 45
Binary 1100 10110000 1000110 1011101 0 111100 11111 10001101 1010111 100101

Color Harmonies of #0CB046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB046

Black with #0CB046

Text Example


Text Example

White with #0CB046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,176,70); }

 H1.HeaderClassName
 {
   color: #0CB046;
 }
 .AnyTagClassName
 {
   color: #0CB046;
 }
</style>

background-color css

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

 a { background-color: rgb(12,176,70); }

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

border-color css

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

 span { border-color: rgb(12,176,70); }

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