Html Css Color HEX #0CB73B Dark Pastel Green

📋 copy color: '#0CB73B'

red 12 ◦ green 183 ◦ blue 59

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

Shades of Dark Pastel Green #0CB73B

Tints of Dark Pastel Green #0CB73B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 72.05%

 BLUE value IS 59 (23.44% from 255) = 23.23%

R = 4.72%
G = 72.05%
B = 23.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#0CB73B (or 0x0CB73B) is known color: Dark Pastel Green. HEX triplet: 0C, B7 and 3B. RGB value is (12,183,59). Sum of RGB (Red+Green+Blue) = 12+183+59=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 183 (71.88% from 255 or 72.05% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB73B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB73B is #F348C4. Grayscale: #767676. Windows color (decimal): -15943877 or 3913484. OLE color: 3913484.

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

Color convert

RGB 12 183 59 -
CMYK 0.93 0 0.68 0.28
HSL 136.49º 0.88% 0.38% -
HSV(B) 136.49º 0.93% 0.72% -
XYZ 17.87 34.26 9.81 -
YUV 117.74 94.85 52.58 -
System Red Green Blue C M Y K H S L
Decimal 12 183 59 0.93 0 0.68 0.28 136.49 0.88 0.38
Hex C B7 3B 5D 0 44 1C 88 58 26
Octal 14 267 73 135 0 104 34 210 130 46
Binary 1100 10110111 111011 1011101 0 1000100 11100 10001000 1011000 100110

Color Harmonies of #0CB73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB73B

Black with #0CB73B

Text Example


Text Example

White with #0CB73B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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