Html Css Color HEX #30906B Eucalyptus

📋 copy color: '#30906B'

red 48 ◦ green 144 ◦ blue 107

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

Shades of Eucalyptus #30906B

Tints of Eucalyptus #30906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.79%

R = 16.05%
G = 48.16%
B = 35.79%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#30906B (or 0x30906B) is known color: Eucalyptus. HEX triplet: 30, 90 and 6B. RGB value is (48,144,107). Sum of RGB (Red+Green+Blue) = 48+144+107=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #30906B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30906B is #CF6F94. Grayscale: #6F6F6F. Windows color (decimal): -13594517 or 7049264. OLE color: 7049264.

HSL color Cylindrical-coordinate representation of color #30906B: hue angle of 156.88º 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 #30906B is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 144 107 -
CMYK 0.67 0 0.26 0.44
HSL 156.88º 0.5% 0.38% -
HSV(B) 156.88º 0.67% 0.56% -
XYZ 13.85 21.64 17.36 -
YUV 111.08 125.7 83.01 -
System Red Green Blue C M Y K H S L
Decimal 48 144 107 0.67 0 0.26 0.44 156.88 0.5 0.38
Hex 30 90 6B 43 0 1A 2C 9D 32 26
Octal 60 220 153 103 0 32 54 235 62 46
Binary 110000 10010000 1101011 1000011 0 11010 101100 10011101 110010 100110

Color Harmonies of #30906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30906B

Black with #30906B

Text Example


Text Example

White with #30906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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