Html Css Color HEX #0CB430 Dark Pastel Green

📋 copy color: '#0CB430'

red 12 ◦ green 180 ◦ blue 48

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

Shades of Dark Pastel Green #0CB430

Tints of Dark Pastel Green #0CB430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20%

R = 5%
G = 75%
B = 20%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#0CB430 (or 0x0CB430) is known color: Dark Pastel Green. HEX triplet: 0C, B4 and 30. RGB value is (12,180,48). Sum of RGB (Red+Green+Blue) = 12+180+48=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 180 (70.70% from 255 or 75% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB430 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB430 is #F34BCF. Grayscale: #737373. Windows color (decimal): -15944656 or 3191820. OLE color: 3191820.

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

Color convert

RGB 12 180 48 -
CMYK 0.93 0 0.73 0.29
HSL 132.86º 0.88% 0.38% -
HSV(B) 132.86º 0.93% 0.71% -
XYZ 17.01 32.93 8.26 -
YUV 114.72 90.34 54.73 -
System Red Green Blue C M Y K H S L
Decimal 12 180 48 0.93 0 0.73 0.29 132.86 0.88 0.38
Hex C B4 30 5D 0 49 1D 85 58 26
Octal 14 264 60 135 0 111 35 205 130 46
Binary 1100 10110100 110000 1011101 0 1001001 11101 10000101 1011000 100110

Color Harmonies of #0CB430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB430

Black with #0CB430

Text Example


Text Example

White with #0CB430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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