Html Css Color HEX #306932 San Felix

📋 copy color: '#306932'

red 48 ◦ green 105 ◦ blue 50

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

Shades of San Felix #306932

Tints of San Felix #306932

RGB

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

 GREEN value IS 105 (41.41% from 255) = 51.72%

 BLUE value IS 50 (19.92% from 255) = 24.63%

R = 23.65%
G = 51.72%
B = 24.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#306932 (or 0x306932) is known color: San Felix. HEX triplet: 30, 69 and 32. RGB value is (48,105,50). Sum of RGB (Red+Green+Blue) = 48+105+50=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #306932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306932 is #CF96CD. Grayscale: #515151. Windows color (decimal): -13604558 or 3303728. OLE color: 3303728.

HSL color Cylindrical-coordinate representation of color #306932: hue angle of 122.11º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #306932 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 105 50 -
CMYK 0.54 0 0.52 0.59
HSL 122.11º 0.37% 0.3% -
HSV(B) 122.11º 0.54% 0.41% -
XYZ 6.85 10.96 4.77 -
YUV 81.69 110.12 103.97 -
System Red Green Blue C M Y K H S L
Decimal 48 105 50 0.54 0 0.52 0.59 122.11 0.37 0.3
Hex 30 69 32 36 0 34 3B 7A 25 1E
Octal 60 151 62 66 0 64 73 172 45 36
Binary 110000 1101001 110010 110110 0 110100 111011 1111010 100101 11110

Color Harmonies of #306932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306932

Black with #306932

Text Example


Text Example

White with #306932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306932; }

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

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

background-color css

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

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

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

border-color css

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

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

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