Html Css Color HEX #49C030 Kelly Green

📋 copy color: '#49C030'

red 73 ◦ green 192 ◦ blue 48

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

Shades of Kelly Green #49C030

Tints of Kelly Green #49C030

RGB

 RED value IS 73 (28.91% from 255) = 23.32%

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

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

R = 23.32%
G = 61.34%
B = 15.34%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#49C030 (or 0x49C030) is known color: Kelly Green. HEX triplet: 49, C0 and 30. RGB value is (73,192,48). Sum of RGB (Red+Green+Blue) = 73+192+48=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #49C030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C030 is #B63FCF. Grayscale: #8C8C8C. Windows color (decimal): -11943888 or 3194953. OLE color: 3194953.

HSL color Cylindrical-coordinate representation of color #49C030: hue angle of 109.58º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49C030 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 192 48 -
CMYK 0.62 0 0.75 0.25
HSL 109.58º 0.6% 0.47% -
HSV(B) 109.58º 0.75% 0.75% -
XYZ 22.13 39.33 9.22 -
YUV 140 76.08 80.21 -
System Red Green Blue C M Y K H S L
Decimal 73 192 48 0.62 0 0.75 0.25 109.58 0.6 0.47
Hex 49 C0 30 3E 0 4B 19 6E 3C 2F
Octal 111 300 60 76 0 113 31 156 74 57
Binary 1001001 11000000 110000 111110 0 1001011 11001 1101110 111100 101111

Color Harmonies of #49C030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C030

Black with #49C030

Text Example


Text Example

White with #49C030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49C030; }

 p { color: rgb(73,192,48); }

 H1.HeaderClassName
 {
   color: #49C030;
 }
 .AnyTagClassName
 {
   color: #49C030;
 }
</style>

background-color css

<style>
 a { background-color: #49C030; }

 a { background-color: rgb(73,192,48); }

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

border-color css

<style>
 span { border-color: #49C030; }

 span { border-color: rgb(73,192,48); }

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