Html Css Color HEX #0CB53D Dark Pastel Green

📋 copy color: '#0CB53D'

red 12 ◦ green 181 ◦ blue 61

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

Shades of Dark Pastel Green #0CB53D

Tints of Dark Pastel Green #0CB53D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 71.26%

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 4.72%
G = 71.26%
B = 24.02%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#0CB53D (or 0x0CB53D) is known color: Dark Pastel Green. HEX triplet: 0C, B5 and 3D. RGB value is (12,181,61). Sum of RGB (Red+Green+Blue) = 12+181+61=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 181 (71.09% from 255 or 71.26% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB53D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB53D is #F34AC2. Grayscale: #757575. Windows color (decimal): -15944387 or 4044044. OLE color: 4044044.

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

Color convert

RGB 12 181 61 -
CMYK 0.93 0 0.66 0.29
HSL 137.4º 0.88% 0.38% -
HSV(B) 137.4º 0.93% 0.71% -
XYZ 17.52 33.46 9.95 -
YUV 116.79 96.51 53.26 -
System Red Green Blue C M Y K H S L
Decimal 12 181 61 0.93 0 0.66 0.29 137.4 0.88 0.38
Hex C B5 3D 5D 0 42 1D 89 58 26
Octal 14 265 75 135 0 102 35 211 130 46
Binary 1100 10110101 111101 1011101 0 1000010 11101 10001001 1011000 100110

Color Harmonies of #0CB53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB53D

Black with #0CB53D

Text Example


Text Example

White with #0CB53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,181,61); }

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

background-color css

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

 a { background-color: rgb(12,181,61); }

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

border-color css

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

 span { border-color: rgb(12,181,61); }

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