Html Css Color HEX #30936B Eucalyptus

📋 copy color: '#30936B'

red 48 ◦ green 147 ◦ blue 107

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

Shades of Eucalyptus #30936B

Tints of Eucalyptus #30936B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.68%

 BLUE value IS 107 (42.19% from 255) = 35.43%

R = 15.89%
G = 48.68%
B = 35.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#30936B (or 0x30936B) is known color: Eucalyptus. HEX triplet: 30, 93 and 6B. RGB value is (48,147,107). Sum of RGB (Red+Green+Blue) = 48+147+107=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #30936B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30936B is #CF6C94. Grayscale: #707070. Windows color (decimal): -13593749 or 7050032. OLE color: 7050032.

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

Color convert

RGB 48 147 107 -
CMYK 0.67 0 0.27 0.42
HSL 155.76º 0.51% 0.38% -
HSV(B) 155.76º 0.67% 0.58% -
XYZ 14.31 22.56 17.51 -
YUV 112.84 124.7 81.75 -
System Red Green Blue C M Y K H S L
Decimal 48 147 107 0.67 0 0.27 0.42 155.76 0.51 0.38
Hex 30 93 6B 43 0 1B 2A 9C 33 26
Octal 60 223 153 103 0 33 52 234 63 46
Binary 110000 10010011 1101011 1000011 0 11011 101010 10011100 110011 100110

Color Harmonies of #30936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30936B

Black with #30936B

Text Example


Text Example

White with #30936B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30936B; }

 p { color: rgb(48,147,107); }

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

background-color css

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

 a { background-color: rgb(48,147,107); }

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

border-color css

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

 span { border-color: rgb(48,147,107); }

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