Html Css Color HEX #306632 San Felix

📋 copy color: '#306632'

red 48 ◦ green 102 ◦ blue 50

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

Shades of San Felix #306632

Tints of San Felix #306632

RGB

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

 GREEN value IS 102 (40.23% from 255) = 51%

 BLUE value IS 50 (19.92% from 255) = 25%

R = 24%
G = 51%
B = 25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#306632 (or 0x306632) is known color: San Felix. HEX triplet: 30, 66 and 32. RGB value is (48,102,50). Sum of RGB (Red+Green+Blue) = 48+102+50=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #306632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306632 is #CF99CD. Grayscale: #505050. Windows color (decimal): -13605326 or 3302960. OLE color: 3302960.

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

Color convert

RGB 48 102 50 -
CMYK 0.53 0 0.51 0.6
HSL 122.22º 0.36% 0.29% -
HSV(B) 122.22º 0.53% 0.4% -
XYZ 6.55 10.36 4.67 -
YUV 79.93 111.11 105.23 -
System Red Green Blue C M Y K H S L
Decimal 48 102 50 0.53 0 0.51 0.6 122.22 0.36 0.29
Hex 30 66 32 35 0 33 3C 7A 24 1D
Octal 60 146 62 65 0 63 74 172 44 35
Binary 110000 1100110 110010 110101 0 110011 111100 1111010 100100 11101

Color Harmonies of #306632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306632

Black with #306632

Text Example


Text Example

White with #306632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306632; }

 p { color: rgb(48,102,50); }

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

background-color css

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

 a { background-color: rgb(48,102,50); }

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

border-color css

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

 span { border-color: rgb(48,102,50); }

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