Html Css Color HEX #309969 Eucalyptus

📋 copy color: '#309969'

red 48 ◦ green 153 ◦ blue 105

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

Shades of Eucalyptus #309969

Tints of Eucalyptus #309969

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50%

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

R = 15.69%
G = 50%
B = 34.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#309969 (or 0x309969) is known color: Eucalyptus. HEX triplet: 30, 99 and 69. RGB value is (48,153,105). Sum of RGB (Red+Green+Blue) = 48+153+105=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #309969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309969 is #CF6696. Grayscale: #747474. Windows color (decimal): -13592215 or 6920496. OLE color: 6920496.

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

Color convert

RGB 48 153 105 -
CMYK 0.69 0 0.31 0.4
HSL 152.57º 0.52% 0.39% -
HSV(B) 152.57º 0.69% 0.6% -
XYZ 15.16 24.43 17.28 -
YUV 116.13 121.71 79.4 -
System Red Green Blue C M Y K H S L
Decimal 48 153 105 0.69 0 0.31 0.4 152.57 0.52 0.39
Hex 30 99 69 45 0 1F 28 99 34 27
Octal 60 231 151 105 0 37 50 231 64 47
Binary 110000 10011001 1101001 1000101 0 11111 101000 10011001 110100 100111

Color Harmonies of #309969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309969

Black with #309969

Text Example


Text Example

White with #309969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309969; }

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

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

background-color css

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

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

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

border-color css

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

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

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