Html Css Color HEX #30906D Eucalyptus

📋 copy color: '#30906D'

red 48 ◦ green 144 ◦ blue 109

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

Shades of Eucalyptus #30906D

Tints of Eucalyptus #30906D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.84%

 BLUE value IS 109 (42.97% from 255) = 36.21%

R = 15.95%
G = 47.84%
B = 36.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#30906D (or 0x30906D) is known color: Eucalyptus. HEX triplet: 30, 90 and 6D. RGB value is (48,144,109). Sum of RGB (Red+Green+Blue) = 48+144+109=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #30906D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30906D is #CF6F92. Grayscale: #6F6F6F. Windows color (decimal): -13594515 or 7180336. OLE color: 7180336.

HSL color Cylindrical-coordinate representation of color #30906D: hue angle of 158.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30906D is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 144 109 -
CMYK 0.67 0 0.24 0.44
HSL 158.13º 0.5% 0.38% -
HSV(B) 158.13º 0.67% 0.56% -
XYZ 13.95 21.68 17.92 -
YUV 111.31 126.7 82.85 -
System Red Green Blue C M Y K H S L
Decimal 48 144 109 0.67 0 0.24 0.44 158.13 0.5 0.38
Hex 30 90 6D 43 0 18 2C 9E 32 26
Octal 60 220 155 103 0 30 54 236 62 46
Binary 110000 10010000 1101101 1000011 0 11000 101100 10011110 110010 100110

Color Harmonies of #30906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30906D

Black with #30906D

Text Example


Text Example

White with #30906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30906D; }

 p { color: rgb(48,144,109); }

 H1.HeaderClassName
 {
   color: #30906D;
 }
 .AnyTagClassName
 {
   color: #30906D;
 }
</style>

background-color css

<style>
 a { background-color: #30906D; }

 a { background-color: rgb(48,144,109); }

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

border-color css

<style>
 span { border-color: #30906D; }

 span { border-color: rgb(48,144,109); }

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