Html Css Color HEX #30A270 Eucalyptus

📋 copy color: '#30A270'

red 48 ◦ green 162 ◦ blue 112

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

Shades of Eucalyptus #30A270

Tints of Eucalyptus #30A270

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.31%

 BLUE value IS 112 (44.14% from 255) = 34.78%

R = 14.91%
G = 50.31%
B = 34.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#30A270 (or 0x30A270) is known color: Eucalyptus. HEX triplet: 30, A2 and 70. RGB value is (48,162,112). Sum of RGB (Red+Green+Blue) = 48+162+112=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #30A270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A270 is #CF5D8F. Grayscale: #7A7A7A. Windows color (decimal): -13589904 or 7381552. OLE color: 7381552.

HSL color Cylindrical-coordinate representation of color #30A270: hue angle of 153.68º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A270 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 162 112 -
CMYK 0.70 0 0.31 0.36
HSL 153.68º 0.54% 0.41% -
HSV(B) 153.68º 0.7% 0.64% -
XYZ 17.06 27.64 19.76 -
YUV 122.21 122.23 75.07 -
System Red Green Blue C M Y K H S L
Decimal 48 162 112 0.70 0 0.31 0.36 153.68 0.54 0.41
Hex 30 A2 70 46 0 1F 24 9A 36 29
Octal 60 242 160 106 0 37 44 232 66 51
Binary 110000 10100010 1110000 1000110 0 11111 100100 10011010 110110 101001

Color Harmonies of #30A270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A270

Black with #30A270

Text Example


Text Example

White with #30A270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,162,112); }

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

background-color css

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

 a { background-color: rgb(48,162,112); }

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

border-color css

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

 span { border-color: rgb(48,162,112); }

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