Html Css Color HEX #306531 San Felix

📋 copy color: '#306531'

red 48 ◦ green 101 ◦ blue 49

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

Shades of San Felix #306531

Tints of San Felix #306531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 51.01%

 BLUE value IS 49 (19.53% from 255) = 24.75%

R = 24.24%
G = 51.01%
B = 24.75%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#306531 (or 0x306531) is known color: San Felix. HEX triplet: 30, 65 and 31. RGB value is (48,101,49). Sum of RGB (Red+Green+Blue) = 48+101+49=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 101 (39.84% from 255 or 51.01% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 101 - color contains mainly: green. Hex color #306531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306531 is #CF9ACE. Grayscale: #4F4F4F. Windows color (decimal): -13605583 or 3237168. OLE color: 3237168.

HSL color Cylindrical-coordinate representation of color #306531: hue angle of 121.13º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306531 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 101 49 -
CMYK 0.52 0 0.51 0.60
HSL 121.13º 0.36% 0.29% -
HSV(B) 121.13º 0.52% 0.4% -
XYZ 6.43 10.16 4.53 -
YUV 79.23 110.94 105.73 -
System Red Green Blue C M Y K H S L
Decimal 48 101 49 0.52 0 0.51 0.60 121.13 0.36 0.29
Hex 30 65 31 34 0 33 3C 79 24 1D
Octal 60 145 61 64 0 63 74 171 44 35
Binary 110000 1100101 110001 110100 0 110011 111100 1111001 100100 11101

Color Harmonies of #306531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306531

Black with #306531

Text Example


Text Example

White with #306531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306531; }

 p { color: rgb(48,101,49); }

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

background-color css

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

 a { background-color: rgb(48,101,49); }

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

border-color css

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

 span { border-color: rgb(48,101,49); }

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