Html Css Color HEX #07C149 Dark Pastel Green

📋 copy color: '#07C149'

red 7 ◦ green 193 ◦ blue 73

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

Shades of Dark Pastel Green #07C149

Tints of Dark Pastel Green #07C149

RGB

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

 GREEN value IS 193 (75.78% from 255) = 70.7%

 BLUE value IS 73 (28.91% from 255) = 26.74%

R = 2.56%
G = 70.7%
B = 26.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#07C149 (or 0x07C149) is known color: Dark Pastel Green. HEX triplet: 07, C1 and 49. RGB value is (7,193,73). Sum of RGB (Red+Green+Blue) = 7+193+73=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 193 (75.78% from 255 or 70.70% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 193 - color contains mainly: green. Hex color #07C149 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C149 is #F83EB6. Grayscale: #7B7B7B. Windows color (decimal): -16268983 or 4833543. OLE color: 4833543.

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

Color convert

RGB 7 193 73 -
CMYK 0.96 0 0.62 0.24
HSL 141.29º 0.93% 0.39% -
HSV(B) 141.29º 0.96% 0.76% -
XYZ 20.36 38.67 12.69 -
YUV 123.71 99.38 44.76 -
System Red Green Blue C M Y K H S L
Decimal 7 193 73 0.96 0 0.62 0.24 141.29 0.93 0.39
Hex 7 C1 49 60 0 3E 18 8D 5D 27
Octal 7 301 111 140 0 76 30 215 135 47
Binary 111 11000001 1001001 1100000 0 111110 11000 10001101 1011101 100111

Color Harmonies of #07C149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C149

Black with #07C149

Text Example


Text Example

White with #07C149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,193,73); }

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

background-color css

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

 a { background-color: rgb(7,193,73); }

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

border-color css

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

 span { border-color: rgb(7,193,73); }

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