Html Css Color HEX #0CB429 Dark Pastel Green

📋 copy color: '#0CB429'

red 12 ◦ green 180 ◦ blue 41

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

Shades of Dark Pastel Green #0CB429

Tints of Dark Pastel Green #0CB429

RGB

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

 GREEN value IS 180 (70.7% from 255) = 77.25%

 BLUE value IS 41 (16.41% from 255) = 17.6%

R = 5.15%
G = 77.25%
B = 17.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#0CB429 (or 0x0CB429) is known color: Dark Pastel Green. HEX triplet: 0C, B4 and 29. RGB value is (12,180,41). Sum of RGB (Red+Green+Blue) = 12+180+41=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 180 (70.70% from 255 or 77.25% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB429 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB429 is #F34BD6. Grayscale: #727272. Windows color (decimal): -15944663 or 2733068. OLE color: 2733068.

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

Color convert

RGB 12 180 41 -
CMYK 0.93 0 0.77 0.29
HSL 130.36º 0.88% 0.38% -
HSV(B) 130.36º 0.93% 0.71% -
XYZ 16.87 32.88 7.56 -
YUV 113.92 86.84 55.3 -
System Red Green Blue C M Y K H S L
Decimal 12 180 41 0.93 0 0.77 0.29 130.36 0.88 0.38
Hex C B4 29 5D 0 4D 1D 82 58 26
Octal 14 264 51 135 0 115 35 202 130 46
Binary 1100 10110100 101001 1011101 0 1001101 11101 10000010 1011000 100110

Color Harmonies of #0CB429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB429

Black with #0CB429

Text Example


Text Example

White with #0CB429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,180,41); }

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

background-color css

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

 a { background-color: rgb(12,180,41); }

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

border-color css

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

 span { border-color: rgb(12,180,41); }

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