Html Css Color HEX #309869 Eucalyptus

📋 copy color: '#309869'

red 48 ◦ green 152 ◦ blue 105

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

Shades of Eucalyptus #309869

Tints of Eucalyptus #309869

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.84%

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

R = 15.74%
G = 49.84%
B = 34.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#309869 (or 0x309869) is known color: Eucalyptus. HEX triplet: 30, 98 and 69. RGB value is (48,152,105). Sum of RGB (Red+Green+Blue) = 48+152+105=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #309869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309869 is #CF6796. Grayscale: #737373. Windows color (decimal): -13592471 or 6920240. OLE color: 6920240.

HSL color Cylindrical-coordinate representation of color #309869: hue angle of 152.88º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309869 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 152 105 -
CMYK 0.68 0 0.31 0.40
HSL 152.88º 0.52% 0.39% -
HSV(B) 152.88º 0.68% 0.6% -
XYZ 15 24.1 17.23 -
YUV 115.55 122.04 79.82 -
System Red Green Blue C M Y K H S L
Decimal 48 152 105 0.68 0 0.31 0.40 152.88 0.52 0.39
Hex 30 98 69 44 0 1F 28 99 34 27
Octal 60 230 151 104 0 37 50 231 64 47
Binary 110000 10011000 1101001 1000100 0 11111 101000 10011001 110100 100111

Color Harmonies of #309869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309869

Black with #309869

Text Example


Text Example

White with #309869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309869; }

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

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

background-color css

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

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

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

border-color css

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

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

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