Html Css Color HEX #30A467 Eucalyptus

📋 copy color: '#30A467'

red 48 ◦ green 164 ◦ blue 103

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

Shades of Eucalyptus #30A467

Tints of Eucalyptus #30A467

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.06%

 BLUE value IS 103 (40.63% from 255) = 32.7%

R = 15.24%
G = 52.06%
B = 32.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#30A467 (or 0x30A467) is known color: Eucalyptus. HEX triplet: 30, A4 and 67. RGB value is (48,164,103). Sum of RGB (Red+Green+Blue) = 48+164+103=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #30A467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A467 is #CF5B98. Grayscale: #7A7A7A. Windows color (decimal): -13589401 or 6792240. OLE color: 6792240.

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

Color convert

RGB 48 164 103 -
CMYK 0.71 0 0.37 0.36
HSL 148.45º 0.55% 0.42% -
HSV(B) 148.45º 0.71% 0.64% -
XYZ 16.94 28.16 17.37 -
YUV 122.36 117.07 74.96 -
System Red Green Blue C M Y K H S L
Decimal 48 164 103 0.71 0 0.37 0.36 148.45 0.55 0.42
Hex 30 A4 67 47 0 25 24 94 37 2A
Octal 60 244 147 107 0 45 44 224 67 52
Binary 110000 10100100 1100111 1000111 0 100101 100100 10010100 110111 101010

Color Harmonies of #30A467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A467

Black with #30A467

Text Example


Text Example

White with #30A467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,164,103); }

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

background-color css

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

 a { background-color: rgb(48,164,103); }

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

border-color css

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

 span { border-color: rgb(48,164,103); }

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