Html Css Color HEX #0CB640 Dark Pastel Green

📋 copy color: '#0CB640'

red 12 ◦ green 182 ◦ blue 64

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

Shades of Dark Pastel Green #0CB640

Tints of Dark Pastel Green #0CB640

RGB

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

 GREEN value IS 182 (71.48% from 255) = 70.54%

 BLUE value IS 64 (25.39% from 255) = 24.81%

R = 4.65%
G = 70.54%
B = 24.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#0CB640 (or 0x0CB640) is known color: Dark Pastel Green. HEX triplet: 0C, B6 and 40. RGB value is (12,182,64). Sum of RGB (Red+Green+Blue) = 12+182+64=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 182 (71.48% from 255 or 70.54% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB640 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB640 is #F349BF. Grayscale: #767676. Windows color (decimal): -15944128 or 4240908. OLE color: 4240908.

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

Color convert

RGB 12 182 64 -
CMYK 0.93 0 0.65 0.29
HSL 138.35º 0.88% 0.38% -
HSV(B) 138.35º 0.93% 0.71% -
XYZ 17.8 33.9 10.46 -
YUV 117.72 97.68 52.59 -
System Red Green Blue C M Y K H S L
Decimal 12 182 64 0.93 0 0.65 0.29 138.35 0.88 0.38
Hex C B6 40 5D 0 41 1D 8A 58 26
Octal 14 266 100 135 0 101 35 212 130 46
Binary 1100 10110110 1000000 1011101 0 1000001 11101 10001010 1011000 100110

Color Harmonies of #0CB640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB640

Black with #0CB640

Text Example


Text Example

White with #0CB640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,182,64); }

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

background-color css

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

 a { background-color: rgb(12,182,64); }

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

border-color css

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

 span { border-color: rgb(12,182,64); }

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