Html Css Color HEX #0CB73E Dark Pastel Green

📋 copy color: '#0CB73E'

red 12 ◦ green 183 ◦ blue 62

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

Shades of Dark Pastel Green #0CB73E

Tints of Dark Pastel Green #0CB73E

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 value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#0CB73E (or 0x0CB73E) is known color: 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

RGB 12 183 62 -
CMYK 0.93 0 0.66 0.28
HSL 137.54º 0.88% 0.38% -
HSV(B) 137.54º 0.93% 0.72% -
XYZ 17.95 34.29 10.23 -
YUV 118.08 96.35 52.34 -
System Red Green Blue C M Y K H S L
Decimal 12 183 62 0.93 0 0.66 0.28 137.54 0.88 0.38
Hex C B7 3E 5D 0 42 1C 8A 58 26
Octal 14 267 76 135 0 102 34 212 130 46
Binary 1100 10110111 111110 1011101 0 1000010 11100 10001010 1011000 100110

Color Harmonies of #0CB73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB73E

Black with #0CB73E

Text Example


Text Example

White with #0CB73E

Text Example


Text Example

HTML Codes & Css Web 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>