Html Css Color HEX #07C032 Dark Pastel Green

📋 copy color: '#07C032'

red 7 ◦ green 192 ◦ blue 50

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

Shades of Dark Pastel Green #07C032

Tints of Dark Pastel Green #07C032

RGB

 RED value IS 7 (3.13% from 255) = 2.81%

 GREEN value IS 192 (75.39% from 255) = 77.11%

 BLUE value IS 50 (19.92% from 255) = 20.08%

R = 2.81%
G = 77.11%
B = 20.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#07C032 (or 0x07C032) is known color: Dark Pastel Green. HEX triplet: 07, C0 and 32. RGB value is (7,192,50). Sum of RGB (Red+Green+Blue) = 7+192+50=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 192 (75.39% from 255 or 77.11% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 192 - color contains mainly: green. Hex color #07C032 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C032 is #F83FCD. Grayscale: #787878. Windows color (decimal): -16269262 or 3325959. OLE color: 3325959.

HSL color Cylindrical-coordinate representation of color #07C032: hue angle of 133.95º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C032 is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 192 50 -
CMYK 0.96 0 0.74 0.25
HSL 133.95º 0.93% 0.39% -
HSV(B) 133.95º 0.96% 0.75% -
XYZ 19.51 37.97 9.32 -
YUV 120.5 88.21 47.05 -
System Red Green Blue C M Y K H S L
Decimal 7 192 50 0.96 0 0.74 0.25 133.95 0.93 0.39
Hex 7 C0 32 60 0 4A 19 86 5D 27
Octal 7 300 62 140 0 112 31 206 135 47
Binary 111 11000000 110010 1100000 0 1001010 11001 10000110 1011101 100111

Color Harmonies of #07C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C032

Black with #07C032

Text Example


Text Example

White with #07C032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07C032; }

 p { color: rgb(7,192,50); }

 H1.HeaderClassName
 {
   color: #07C032;
 }
 .AnyTagClassName
 {
   color: #07C032;
 }
</style>

background-color css

<style>
 a { background-color: #07C032; }

 a { background-color: rgb(7,192,50); }

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

border-color css

<style>
 span { border-color: #07C032; }

 span { border-color: rgb(7,192,50); }

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