Html Css Color HEX #309A70 Eucalyptus

📋 copy color: '#309A70'

red 48 ◦ green 154 ◦ blue 112

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

Shades of Eucalyptus #309A70

Tints of Eucalyptus #309A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.04%

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 15.29%
G = 49.04%
B = 35.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#309A70 (or 0x309A70) is known color: Eucalyptus. HEX triplet: 30, 9A and 70. RGB value is (48,154,112). Sum of RGB (Red+Green+Blue) = 48+154+112=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #309A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309A70 is #CF658F. Grayscale: #757575. Windows color (decimal): -13591952 or 7379504. OLE color: 7379504.

HSL color Cylindrical-coordinate representation of color #309A70: hue angle of 156.23º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309A70 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 154 112 -
CMYK 0.69 0 0.27 0.40
HSL 156.23º 0.52% 0.4% -
HSV(B) 156.23º 0.69% 0.6% -
XYZ 15.7 24.91 19.31 -
YUV 117.52 124.88 78.42 -
System Red Green Blue C M Y K H S L
Decimal 48 154 112 0.69 0 0.27 0.40 156.23 0.52 0.4
Hex 30 9A 70 45 0 1B 28 9C 34 28
Octal 60 232 160 105 0 33 50 234 64 50
Binary 110000 10011010 1110000 1000101 0 11011 101000 10011100 110100 101000

Color Harmonies of #309A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309A70

Black with #309A70

Text Example


Text Example

White with #309A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309A70; }

 p { color: rgb(48,154,112); }

 H1.HeaderClassName
 {
   color: #309A70;
 }
 .AnyTagClassName
 {
   color: #309A70;
 }
</style>

background-color css

<style>
 a { background-color: #309A70; }

 a { background-color: rgb(48,154,112); }

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

border-color css

<style>
 span { border-color: #309A70; }

 span { border-color: rgb(48,154,112); }

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