Html Css Color HEX #30A369 Eucalyptus

📋 copy color: '#30A369'

red 48 ◦ green 163 ◦ blue 105

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

Shades of Eucalyptus #30A369

Tints of Eucalyptus #30A369

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.58%

 BLUE value IS 105 (41.41% from 255) = 33.23%

R = 15.19%
G = 51.58%
B = 33.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#30A369 (or 0x30A369) is known color: Eucalyptus. HEX triplet: 30, A3 and 69. RGB value is (48,163,105). Sum of RGB (Red+Green+Blue) = 48+163+105=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #30A369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A369 is #CF5C96. Grayscale: #7A7A7A. Windows color (decimal): -13589655 or 6923056. OLE color: 6923056.

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

Color convert

RGB 48 163 105 -
CMYK 0.71 0 0.36 0.36
HSL 149.74º 0.55% 0.41% -
HSV(B) 149.74º 0.71% 0.64% -
XYZ 16.87 27.84 17.85 -
YUV 122 118.4 75.22 -
System Red Green Blue C M Y K H S L
Decimal 48 163 105 0.71 0 0.36 0.36 149.74 0.55 0.41
Hex 30 A3 69 47 0 24 24 96 37 29
Octal 60 243 151 107 0 44 44 226 67 51
Binary 110000 10100011 1101001 1000111 0 100100 100100 10010110 110111 101001

Color Harmonies of #30A369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A369

Black with #30A369

Text Example


Text Example

White with #30A369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,163,105); }

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

background-color css

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

 a { background-color: rgb(48,163,105); }

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

border-color css

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

 span { border-color: rgb(48,163,105); }

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