Html Css Color HEX #48AF2F Kelly Green

📋 copy color: '#48AF2F'

red 72 ◦ green 175 ◦ blue 47

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

Shades of Kelly Green #48AF2F

Tints of Kelly Green #48AF2F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 59.52%

 BLUE value IS 47 (18.75% from 255) = 15.99%

R = 24.49%
G = 59.52%
B = 15.99%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#48AF2F (or 0x48AF2F) is known color: Kelly Green. HEX triplet: 48, AF and 2F. RGB value is (72,175,47). Sum of RGB (Red+Green+Blue) = 72+175+47=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AF2F is #B750D0. Grayscale: #828282. Windows color (decimal): -12013777 or 3125064. OLE color: 3125064.

HSL color Cylindrical-coordinate representation of color #48AF2F: hue angle of 108.28º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48AF2F is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 175 47 -
CMYK 0.59 0 0.73 0.31
HSL 108.28º 0.58% 0.44% -
HSV(B) 108.28º 0.73% 0.69% -
XYZ 18.52 32.24 7.94 -
YUV 129.61 81.38 86.91 -
System Red Green Blue C M Y K H S L
Decimal 72 175 47 0.59 0 0.73 0.31 108.28 0.58 0.44
Hex 48 AF 2F 3B 0 49 1F 6C 3A 2C
Octal 110 257 57 73 0 111 37 154 72 54
Binary 1001000 10101111 101111 111011 0 1001001 11111 1101100 111010 101100

Color Harmonies of #48AF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AF2F

Black with #48AF2F

Text Example


Text Example

White with #48AF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,175,47); }

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

background-color css

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

 a { background-color: rgb(72,175,47); }

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

border-color css

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

 span { border-color: rgb(72,175,47); }

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