Html Css Color HEX #0CB347 Dark Pastel Green

📋 copy color: '#0CB347'

red 12 ◦ green 179 ◦ blue 71

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

Shades of Dark Pastel Green #0CB347

Tints of Dark Pastel Green #0CB347

RGB

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

 GREEN value IS 179 (70.31% from 255) = 68.32%

 BLUE value IS 71 (28.13% from 255) = 27.1%

R = 4.58%
G = 68.32%
B = 27.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#0CB347 (or 0x0CB347) is known color: Dark Pastel Green. HEX triplet: 0C, B3 and 47. RGB value is (12,179,71). Sum of RGB (Red+Green+Blue) = 12+179+71=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 179 (70.31% from 255 or 68.32% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB347 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB347 is #F34CB8. Grayscale: #757575. Windows color (decimal): -15944889 or 4698892. OLE color: 4698892.

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

Color convert

RGB 12 179 71 -
CMYK 0.93 0 0.60 0.30
HSL 141.2º 0.87% 0.37% -
HSV(B) 141.2º 0.93% 0.7% -
XYZ 17.41 32.77 11.37 -
YUV 116.76 102.17 53.28 -
System Red Green Blue C M Y K H S L
Decimal 12 179 71 0.93 0 0.60 0.30 141.2 0.87 0.37
Hex C B3 47 5D 0 3C 1E 8D 57 25
Octal 14 263 107 135 0 74 36 215 127 45
Binary 1100 10110011 1000111 1011101 0 111100 11110 10001101 1010111 100101

Color Harmonies of #0CB347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB347

Black with #0CB347

Text Example


Text Example

White with #0CB347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,179,71); }

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

background-color css

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

 a { background-color: rgb(12,179,71); }

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

border-color css

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

 span { border-color: rgb(12,179,71); }

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