Html Css Color HEX #30B21D Kelly Green

📋 copy color: '#30B21D'

red 48 ◦ green 178 ◦ blue 29

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

Shades of Kelly Green #30B21D

Tints of Kelly Green #30B21D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 69.8%

 BLUE value IS 29 (11.72% from 255) = 11.37%

R = 18.82%
G = 69.8%
B = 11.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#30B21D (or 0x30B21D) is known color: Kelly Green. HEX triplet: 30, B2 and 1D. RGB value is (48,178,29). Sum of RGB (Red+Green+Blue) = 48+178+29=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 178 (69.92% from 255 or 69.80% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 178 - color contains mainly: green. Hex color #30B21D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B21D is #CF4DE2. Grayscale: #7A7A7A. Windows color (decimal): -13585891 or 1946160. OLE color: 1946160.

HSL color Cylindrical-coordinate representation of color #30B21D: hue angle of 112.35º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30B21D is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 178 29 -
CMYK 0.73 0 0.84 0.30
HSL 112.35º 0.72% 0.41% -
HSV(B) 112.35º 0.84% 0.7% -
XYZ 17.36 32.56 6.53 -
YUV 122.14 75.43 75.12 -
System Red Green Blue C M Y K H S L
Decimal 48 178 29 0.73 0 0.84 0.30 112.35 0.72 0.41
Hex 30 B2 1D 49 0 54 1E 70 48 29
Octal 60 262 35 111 0 124 36 160 110 51
Binary 110000 10110010 11101 1001001 0 1010100 11110 1110000 1001000 101001

Color Harmonies of #30B21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B21D

Black with #30B21D

Text Example


Text Example

White with #30B21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,178,29); }

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

background-color css

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

 a { background-color: rgb(48,178,29); }

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

border-color css

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

 span { border-color: rgb(48,178,29); }

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