Html Css Color HEX #306D2C San Felix

📋 copy color: '#306D2C'

red 48 ◦ green 109 ◦ blue 44

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

Shades of San Felix #306D2C

Tints of San Felix #306D2C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 54.23%

 BLUE value IS 44 (17.58% from 255) = 21.89%

R = 23.88%
G = 54.23%
B = 21.89%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.60

 K value IS 0.57

RGB Variations

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

Color information

#306D2C (or 0x306D2C) is known color: San Felix. HEX triplet: 30, 6D and 2C. RGB value is (48,109,44). Sum of RGB (Red+Green+Blue) = 48+109+44=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 109 (42.97% from 255 or 54.23% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 109 - color contains mainly: green. Hex color #306D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306D2C is #CF92D3. Grayscale: #535353. Windows color (decimal): -13603540 or 2911536. OLE color: 2911536.

HSL color Cylindrical-coordinate representation of color #306D2C: hue angle of 116.31º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #306D2C is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 109 44 -
CMYK 0.56 0 0.60 0.57
HSL 116.31º 0.42% 0.3% -
HSV(B) 116.31º 0.6% 0.43% -
XYZ 7.14 11.75 4.27 -
YUV 83.35 105.79 102.79 -
System Red Green Blue C M Y K H S L
Decimal 48 109 44 0.56 0 0.60 0.57 116.31 0.42 0.3
Hex 30 6D 2C 38 0 3C 39 74 2A 1E
Octal 60 155 54 70 0 74 71 164 52 36
Binary 110000 1101101 101100 111000 0 111100 111001 1110100 101010 11110

Color Harmonies of #306D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D2C

Black with #306D2C

Text Example


Text Example

White with #306D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,109,44); }

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

background-color css

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

 a { background-color: rgb(48,109,44); }

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

border-color css

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

 span { border-color: rgb(48,109,44); }

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