Html Css Color HEX #306C29 San Felix

📋 copy color: '#306C29'

red 48 ◦ green 108 ◦ blue 41

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

Shades of San Felix #306C29

Tints of San Felix #306C29

RGB

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

 GREEN value IS 108 (42.58% from 255) = 54.82%

 BLUE value IS 41 (16.41% from 255) = 20.81%

R = 24.37%
G = 54.82%
B = 20.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#306C29 (or 0x306C29) is known color: San Felix. HEX triplet: 30, 6C and 29. RGB value is (48,108,41). Sum of RGB (Red+Green+Blue) = 48+108+41=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 108 (42.58% from 255 or 54.82% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 108 - color contains mainly: green. Hex color #306C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306C29 is #CF93D6. Grayscale: #525252. Windows color (decimal): -13603799 or 2714672. OLE color: 2714672.

HSL color Cylindrical-coordinate representation of color #306C29: hue angle of 113.73º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #306C29 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 108 41 -
CMYK 0.56 0 0.62 0.58
HSL 113.73º 0.45% 0.29% -
HSV(B) 113.73º 0.62% 0.42% -
XYZ 6.98 11.51 3.95 -
YUV 82.42 104.62 103.45 -
System Red Green Blue C M Y K H S L
Decimal 48 108 41 0.56 0 0.62 0.58 113.73 0.45 0.29
Hex 30 6C 29 38 0 3E 3A 72 2D 1D
Octal 60 154 51 70 0 76 72 162 55 35
Binary 110000 1101100 101001 111000 0 111110 111010 1110010 101101 11101

Color Harmonies of #306C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C29

Black with #306C29

Text Example


Text Example

White with #306C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,108,41); }

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

background-color css

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

 a { background-color: rgb(48,108,41); }

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

border-color css

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

 span { border-color: rgb(48,108,41); }

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