Html Css Color HEX #30A26A Eucalyptus

📋 copy color: '#30A26A'

red 48 ◦ green 162 ◦ blue 106

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

Shades of Eucalyptus #30A26A

Tints of Eucalyptus #30A26A

RGB

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

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

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

R = 15.19%
G = 51.27%
B = 33.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#30A26A (or 0x30A26A) is known color: Eucalyptus. HEX triplet: 30, A2 and 6A. RGB value is (48,162,106). Sum of RGB (Red+Green+Blue) = 48+162+106=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #30A26A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A26A is #CF5D95. Grayscale: #797979. Windows color (decimal): -13589910 or 6988336. OLE color: 6988336.

HSL color Cylindrical-coordinate representation of color #30A26A: hue angle of 150.53º 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 #30A26A is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 162 106 -
CMYK 0.70 0 0.35 0.36
HSL 150.53º 0.54% 0.41% -
HSV(B) 150.53º 0.7% 0.64% -
XYZ 16.74 27.51 18.06 -
YUV 121.53 119.23 75.55 -
System Red Green Blue C M Y K H S L
Decimal 48 162 106 0.70 0 0.35 0.36 150.53 0.54 0.41
Hex 30 A2 6A 46 0 23 24 97 36 29
Octal 60 242 152 106 0 43 44 227 66 51
Binary 110000 10100010 1101010 1000110 0 100011 100100 10010111 110110 101001

Color Harmonies of #30A26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A26A

Black with #30A26A

Text Example


Text Example

White with #30A26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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