Html Css Color HEX #306C3A San Felix

📋 copy color: '#306C3A'

red 48 ◦ green 108 ◦ blue 58

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

Shades of San Felix #306C3A

Tints of San Felix #306C3A

RGB

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

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

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

R = 22.43%
G = 50.47%
B = 27.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#306C3A (or 0x306C3A) is known color: San Felix. HEX triplet: 30, 6C and 3A. RGB value is (48,108,58). Sum of RGB (Red+Green+Blue) = 48+108+58=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #306C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306C3A is #CF93C5. Grayscale: #545454. Windows color (decimal): -13603782 or 3828784. OLE color: 3828784.

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

Color convert

RGB 48 108 58 -
CMYK 0.56 0 0.46 0.58
HSL 130º 0.38% 0.31% -
HSV(B) 130º 0.56% 0.42% -
XYZ 7.35 11.66 5.87 -
YUV 84.36 113.12 102.07 -
System Red Green Blue C M Y K H S L
Decimal 48 108 58 0.56 0 0.46 0.58 130 0.38 0.31
Hex 30 6C 3A 38 0 2E 3A 82 26 1F
Octal 60 154 72 70 0 56 72 202 46 37
Binary 110000 1101100 111010 111000 0 101110 111010 10000010 100110 11111

Color Harmonies of #306C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C3A

Black with #306C3A

Text Example


Text Example

White with #306C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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