Html Css Color HEX #0CBC2E Dark Pastel Green

📋 copy color: '#0CBC2E'

red 12 ◦ green 188 ◦ blue 46

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

Shades of Dark Pastel Green #0CBC2E

Tints of Dark Pastel Green #0CBC2E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 76.42%

 BLUE value IS 46 (18.36% from 255) = 18.7%

R = 4.88%
G = 76.42%
B = 18.7%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#0CBC2E (or 0x0CBC2E) is known color: Dark Pastel Green. HEX triplet: 0C, BC and 2E. RGB value is (12,188,46). Sum of RGB (Red+Green+Blue) = 12+188+46=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 188 (73.83% from 255 or 76.42% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBC2E is #F343D1. Grayscale: #777777. Windows color (decimal): -15942610 or 3062796. OLE color: 3062796.

HSL color Cylindrical-coordinate representation of color #0CBC2E: hue angle of 131.59º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBC2E is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 188 46 -
CMYK 0.94 0 0.76 0.26
HSL 131.59º 0.88% 0.39% -
HSV(B) 131.59º 0.94% 0.74% -
XYZ 18.63 36.24 8.6 -
YUV 119.19 86.69 51.55 -
System Red Green Blue C M Y K H S L
Decimal 12 188 46 0.94 0 0.76 0.26 131.59 0.88 0.39
Hex C BC 2E 5E 0 4C 1A 84 58 27
Octal 14 274 56 136 0 114 32 204 130 47
Binary 1100 10111100 101110 1011110 0 1001100 11010 10000100 1011000 100111

Color Harmonies of #0CBC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBC2E

Black with #0CBC2E

Text Example


Text Example

White with #0CBC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,188,46); }

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

background-color css

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

 a { background-color: rgb(12,188,46); }

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

border-color css

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

 span { border-color: rgb(12,188,46); }

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