Html Css Color HEX #0CB327 Dark Pastel Green

📋 copy color: '#0CB327'

red 12 ◦ green 179 ◦ blue 39

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

Shades of Dark Pastel Green #0CB327

Tints of Dark Pastel Green #0CB327

RGB

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

 GREEN value IS 179 (70.31% from 255) = 77.83%

 BLUE value IS 39 (15.63% from 255) = 16.96%

R = 5.22%
G = 77.83%
B = 16.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#0CB327 (or 0x0CB327) is known color: Dark Pastel Green. HEX triplet: 0C, B3 and 27. RGB value is (12,179,39). Sum of RGB (Red+Green+Blue) = 12+179+39=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 179 (70.31% from 255 or 77.83% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB327 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB327 is #F34CD8. Grayscale: #717171. Windows color (decimal): -15944921 or 2601740. OLE color: 2601740.

HSL color Cylindrical-coordinate representation of color #0CB327: hue angle of 129.7º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB327 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 12 179 39 -
CMYK 0.93 0 0.78 0.30
HSL 129.7º 0.87% 0.37% -
HSV(B) 129.7º 0.93% 0.7% -
XYZ 16.64 32.46 7.31 -
YUV 113.11 86.17 55.88 -
System Red Green Blue C M Y K H S L
Decimal 12 179 39 0.93 0 0.78 0.30 129.7 0.87 0.37
Hex C B3 27 5D 0 4E 1E 82 57 25
Octal 14 263 47 135 0 116 36 202 127 45
Binary 1100 10110011 100111 1011101 0 1001110 11110 10000010 1010111 100101

Color Harmonies of #0CB327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB327

Black with #0CB327

Text Example


Text Example

White with #0CB327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,179,39); }

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

background-color css

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

 a { background-color: rgb(12,179,39); }

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

border-color css

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

 span { border-color: rgb(12,179,39); }

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