Html Css Color HEX #30A505 Kelly Green

📋 copy color: '#30A505'

red 48 ◦ green 165 ◦ blue 5

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

Shades of Kelly Green #30A505

Tints of Kelly Green #30A505

RGB

 RED value IS 48 (19.14% from 255) = 22.02%

 GREEN value IS 165 (64.84% from 255) = 75.69%

 BLUE value IS 5 (2.34% from 255) = 2.29%

R = 22.02%
G = 75.69%
B = 2.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#30A505 (or 0x30A505) is known color: Kelly Green. HEX triplet: 30, A5 and 05. RGB value is (48,165,5). Sum of RGB (Red+Green+Blue) = 48+165+5=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 165 (64.84% from 255 or 75.69% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 165 - color contains mainly: green. Hex color #30A505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A505 is #CF5AFA. Grayscale: #707070. Windows color (decimal): -13589243 or 369968. OLE color: 369968.

HSL color Cylindrical-coordinate representation of color #30A505: hue angle of 103.88º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30A505 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 165 5 -
CMYK 0.71 0 0.97 0.35
HSL 103.88º 0.94% 0.33% -
HSV(B) 103.88º 0.97% 0.65% -
XYZ 14.7 27.55 4.69 -
YUV 111.78 67.74 82.51 -
System Red Green Blue C M Y K H S L
Decimal 48 165 5 0.71 0 0.97 0.35 103.88 0.94 0.33
Hex 30 A5 5 47 0 61 23 68 5E 21
Octal 60 245 5 107 0 141 43 150 136 41
Binary 110000 10100101 101 1000111 0 1100001 100011 1101000 1011110 100001

Color Harmonies of #30A505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A505

Black with #30A505

Text Example


Text Example

White with #30A505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30A505; }

 p { color: rgb(48,165,5); }

 H1.HeaderClassName
 {
   color: #30A505;
 }
 .AnyTagClassName
 {
   color: #30A505;
 }
</style>

background-color css

<style>
 a { background-color: #30A505; }

 a { background-color: rgb(48,165,5); }

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

border-color css

<style>
 span { border-color: #30A505; }

 span { border-color: rgb(48,165,5); }

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