Html Css Color HEX #306B2D San Felix

📋 copy color: '#306B2D'

red 48 ◦ green 107 ◦ blue 45

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

Shades of San Felix #306B2D

Tints of San Felix #306B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.5%

R = 24%
G = 53.5%
B = 22.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#306B2D (or 0x306B2D) is known color: San Felix. HEX triplet: 30, 6B and 2D. RGB value is (48,107,45). Sum of RGB (Red+Green+Blue) = 48+107+45=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 107 (42.19% from 255 or 53.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 107 - color contains mainly: green. Hex color #306B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306B2D is #CF94D2. Grayscale: #525252. Windows color (decimal): -13604051 or 2976560. OLE color: 2976560.

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

Color convert

RGB 48 107 45 -
CMYK 0.55 0 0.58 0.58
HSL 117.1º 0.41% 0.3% -
HSV(B) 117.1º 0.58% 0.42% -
XYZ 6.95 11.33 4.3 -
YUV 82.29 106.95 103.54 -
System Red Green Blue C M Y K H S L
Decimal 48 107 45 0.55 0 0.58 0.58 117.1 0.41 0.3
Hex 30 6B 2D 37 0 3A 3A 75 29 1E
Octal 60 153 55 67 0 72 72 165 51 36
Binary 110000 1101011 101101 110111 0 111010 111010 1110101 101001 11110

Color Harmonies of #306B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306B2D

Black with #306B2D

Text Example


Text Example

White with #306B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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