Html Css Color HEX #308965 Eucalyptus

📋 copy color: '#308965'

red 48 ◦ green 137 ◦ blue 101

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

Shades of Eucalyptus #308965

Tints of Eucalyptus #308965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.9%

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 16.78%
G = 47.9%
B = 35.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#308965 (or 0x308965) is known color: Eucalyptus. HEX triplet: 30, 89 and 65. RGB value is (48,137,101). Sum of RGB (Red+Green+Blue) = 48+137+101=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #308965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308965 is #CF769A. Grayscale: #6A6A6A. Windows color (decimal): -13596315 or 6654256. OLE color: 6654256.

HSL color Cylindrical-coordinate representation of color #308965: hue angle of 155.73º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308965 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 137 101 -
CMYK 0.65 0 0.26 0.46
HSL 155.73º 0.48% 0.36% -
HSV(B) 155.73º 0.65% 0.54% -
XYZ 12.51 19.46 15.41 -
YUV 106.29 125.01 86.43 -
System Red Green Blue C M Y K H S L
Decimal 48 137 101 0.65 0 0.26 0.46 155.73 0.48 0.36
Hex 30 89 65 41 0 1A 2E 9C 30 24
Octal 60 211 145 101 0 32 56 234 60 44
Binary 110000 10001001 1100101 1000001 0 11010 101110 10011100 110000 100100

Color Harmonies of #308965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308965

Black with #308965

Text Example


Text Example

White with #308965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308965; }

 p { color: rgb(48,137,101); }

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

background-color css

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

 a { background-color: rgb(48,137,101); }

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

border-color css

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

 span { border-color: rgb(48,137,101); }

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