Html Css Color HEX #30A93D Fruit Salad

📋 copy color: '#30A93D'

red 48 ◦ green 169 ◦ blue 61

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

Shades of Fruit Salad #30A93D

Tints of Fruit Salad #30A93D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 60.79%

 BLUE value IS 61 (24.22% from 255) = 21.94%

R = 17.27%
G = 60.79%
B = 21.94%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#30A93D (or 0x30A93D) is known color: Fruit Salad. HEX triplet: 30, A9 and 3D. RGB value is (48,169,61). Sum of RGB (Red+Green+Blue) = 48+169+61=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 169 (66.41% from 255 or 60.79% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 169 - color contains mainly: green. Hex color #30A93D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A93D is #CF56C2. Grayscale: #787878. Windows color (decimal): -13588163 or 4041008. OLE color: 4041008.

HSL color Cylindrical-coordinate representation of color #30A93D: hue angle of 126.45º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30A93D is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 48 169 61 -
CMYK 0.72 0 0.64 0.34
HSL 126.45º 0.56% 0.43% -
HSV(B) 126.45º 0.72% 0.66% -
XYZ 16.25 29.34 9.22 -
YUV 120.51 94.41 76.28 -
System Red Green Blue C M Y K H S L
Decimal 48 169 61 0.72 0 0.64 0.34 126.45 0.56 0.43
Hex 30 A9 3D 48 0 40 22 7E 38 2B
Octal 60 251 75 110 0 100 42 176 70 53
Binary 110000 10101001 111101 1001000 0 1000000 100010 1111110 111000 101011

Color Harmonies of #30A93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A93D

Black with #30A93D

Text Example


Text Example

White with #30A93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,169,61); }

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

background-color css

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

 a { background-color: rgb(48,169,61); }

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

border-color css

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

 span { border-color: rgb(48,169,61); }

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