Html Css Color HEX #48A30D Kelly Green

📋 copy color: '#48A30D'

red 72 ◦ green 163 ◦ blue 13

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

Shades of Kelly Green #48A30D

Tints of Kelly Green #48A30D

RGB

 RED value IS 72 (28.52% from 255) = 29.03%

 GREEN value IS 163 (64.06% from 255) = 65.73%

 BLUE value IS 13 (5.47% from 255) = 5.24%

R = 29.03%
G = 65.73%
B = 5.24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#48A30D (or 0x48A30D) is known color: Kelly Green. HEX triplet: 48, A3 and 0D. RGB value is (72,163,13). Sum of RGB (Red+Green+Blue) = 72+163+13=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 163 (64.06% from 255 or 65.73% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 163 - color contains mainly: green. Hex color #48A30D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A30D is #B75CF2. Grayscale: #777777. Windows color (decimal): -12016883 or 893768. OLE color: 893768.

HSL color Cylindrical-coordinate representation of color #48A30D: hue angle of 96.4º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48A30D is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 163 13 -
CMYK 0.56 0 0.92 0.36
HSL 96.4º 0.85% 0.35% -
HSV(B) 96.4º 0.92% 0.64% -
XYZ 15.84 27.6 4.87 -
YUV 118.69 68.35 94.7 -
System Red Green Blue C M Y K H S L
Decimal 72 163 13 0.56 0 0.92 0.36 96.4 0.85 0.35
Hex 48 A3 D 38 0 5C 24 60 55 23
Octal 110 243 15 70 0 134 44 140 125 43
Binary 1001000 10100011 1101 111000 0 1011100 100100 1100000 1010101 100011

Color Harmonies of #48A30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A30D

Black with #48A30D

Text Example


Text Example

White with #48A30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48A30D; }

 p { color: rgb(72,163,13); }

 H1.HeaderClassName
 {
   color: #48A30D;
 }
 .AnyTagClassName
 {
   color: #48A30D;
 }
</style>

background-color css

<style>
 a { background-color: #48A30D; }

 a { background-color: rgb(72,163,13); }

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

border-color css

<style>
 span { border-color: #48A30D; }

 span { border-color: rgb(72,163,13); }

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