Html Css Color HEX #30A56A Eucalyptus

📋 copy color: '#30A56A'

red 48 ◦ green 165 ◦ blue 106

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

Shades of Eucalyptus #30A56A

Tints of Eucalyptus #30A56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 15.05%
G = 51.72%
B = 33.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#30A56A (or 0x30A56A) is known color: Eucalyptus. HEX triplet: 30, A5 and 6A. RGB value is (48,165,106). Sum of RGB (Red+Green+Blue) = 48+165+106=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 165 (64.84% from 255 or 51.72% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 165 - color contains mainly: green. Hex color #30A56A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A56A is #CF5A95. Grayscale: #7B7B7B. Windows color (decimal): -13589142 or 6989104. OLE color: 6989104.

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

Color convert

RGB 48 165 106 -
CMYK 0.71 0 0.36 0.35
HSL 149.74º 0.55% 0.42% -
HSV(B) 149.74º 0.71% 0.65% -
XYZ 17.28 28.58 18.24 -
YUV 123.29 118.24 74.3 -
System Red Green Blue C M Y K H S L
Decimal 48 165 106 0.71 0 0.36 0.35 149.74 0.55 0.42
Hex 30 A5 6A 47 0 24 23 96 37 2A
Octal 60 245 152 107 0 44 43 226 67 52
Binary 110000 10100101 1101010 1000111 0 100100 100011 10010110 110111 101010

Color Harmonies of #30A56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A56A

Black with #30A56A

Text Example


Text Example

White with #30A56A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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