Html Css Color HEX #30945F Eucalyptus

📋 copy color: '#30945F'

red 48 ◦ green 148 ◦ blue 95

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

Shades of Eucalyptus #30945F

Tints of Eucalyptus #30945F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.86%

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 16.49%
G = 50.86%
B = 32.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#30945F (or 0x30945F) is known color: Eucalyptus. HEX triplet: 30, 94 and 5F. RGB value is (48,148,95). Sum of RGB (Red+Green+Blue) = 48+148+95=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #30945F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30945F is #CF6BA0. Grayscale: #707070. Windows color (decimal): -13593505 or 6263856. OLE color: 6263856.

HSL color Cylindrical-coordinate representation of color #30945F: hue angle of 148.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30945F is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 148 95 -
CMYK 0.68 0 0.36 0.42
HSL 148.2º 0.51% 0.38% -
HSV(B) 148.2º 0.68% 0.58% -
XYZ 13.87 22.63 14.46 -
YUV 112.06 118.37 82.31 -
System Red Green Blue C M Y K H S L
Decimal 48 148 95 0.68 0 0.36 0.42 148.2 0.51 0.38
Hex 30 94 5F 44 0 24 2A 94 33 26
Octal 60 224 137 104 0 44 52 224 63 46
Binary 110000 10010100 1011111 1000100 0 100100 101010 10010100 110011 100110

Color Harmonies of #30945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30945F

Black with #30945F

Text Example


Text Example

White with #30945F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30945F; }

 p { color: rgb(48,148,95); }

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

background-color css

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

 a { background-color: rgb(48,148,95); }

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

border-color css

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

 span { border-color: rgb(48,148,95); }

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