Html Css Color HEX #48B32F Kelly Green

📋 copy color: '#48B32F'

red 72 ◦ green 179 ◦ blue 47

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

Shades of Kelly Green #48B32F

Tints of Kelly Green #48B32F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 60.07%

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

R = 24.16%
G = 60.07%
B = 15.77%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#48B32F (or 0x48B32F) is known color: Kelly Green. HEX triplet: 48, B3 and 2F. RGB value is (72,179,47). Sum of RGB (Red+Green+Blue) = 72+179+47=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 179 (70.31% from 255 or 60.07% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 179 - color contains mainly: green. Hex color #48B32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B32F is #B74CD0. Grayscale: #848484. Windows color (decimal): -12012753 or 3126088. OLE color: 3126088.

HSL color Cylindrical-coordinate representation of color #48B32F: hue angle of 108.64º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48B32F is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 72 179 47 -
CMYK 0.60 0 0.74 0.30
HSL 108.64º 0.58% 0.44% -
HSV(B) 108.64º 0.74% 0.7% -
XYZ 19.31 33.82 8.2 -
YUV 131.96 80.05 85.23 -
System Red Green Blue C M Y K H S L
Decimal 72 179 47 0.60 0 0.74 0.30 108.64 0.58 0.44
Hex 48 B3 2F 3C 0 4A 1E 6D 3A 2C
Octal 110 263 57 74 0 112 36 155 72 54
Binary 1001000 10110011 101111 111100 0 1001010 11110 1101101 111010 101100

Color Harmonies of #48B32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B32F

Black with #48B32F

Text Example


Text Example

White with #48B32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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