Html Css Color HEX #306B3A San Felix

📋 copy color: '#306B3A'

red 48 ◦ green 107 ◦ blue 58

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

Shades of San Felix #306B3A

Tints of San Felix #306B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.23%

 BLUE value IS 58 (23.05% from 255) = 27.23%

R = 22.54%
G = 50.23%
B = 27.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#306B3A (or 0x306B3A) is known color: San Felix. HEX triplet: 30, 6B and 3A. RGB value is (48,107,58). Sum of RGB (Red+Green+Blue) = 48+107+58=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #306B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306B3A is #CF94C5. Grayscale: #535353. Windows color (decimal): -13604038 or 3828528. OLE color: 3828528.

HSL color Cylindrical-coordinate representation of color #306B3A: hue angle of 130.17º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306B3A is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 107 58 -
CMYK 0.55 0 0.46 0.58
HSL 130.17º 0.38% 0.3% -
HSV(B) 130.17º 0.55% 0.42% -
XYZ 7.24 11.45 5.83 -
YUV 83.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 48 107 58 0.55 0 0.46 0.58 130.17 0.38 0.3
Hex 30 6B 3A 37 0 2E 3A 82 26 1E
Octal 60 153 72 67 0 56 72 202 46 36
Binary 110000 1101011 111010 110111 0 101110 111010 10000010 100110 11110

Color Harmonies of #306B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306B3A

Black with #306B3A

Text Example


Text Example

White with #306B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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