Html Css Color HEX #306634 San Felix

📋 copy color: '#306634'

red 48 ◦ green 102 ◦ blue 52

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

Shades of San Felix #306634

Tints of San Felix #306634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.74%

R = 23.76%
G = 50.5%
B = 25.74%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#306634 (or 0x306634) is known color: San Felix. HEX triplet: 30, 66 and 34. RGB value is (48,102,52). Sum of RGB (Red+Green+Blue) = 48+102+52=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #306634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306634 is #CF99CB. Grayscale: #505050. Windows color (decimal): -13605324 or 3434032. OLE color: 3434032.

HSL color Cylindrical-coordinate representation of color #306634: hue angle of 124.44º 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 #306634 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 102 52 -
CMYK 0.53 0 0.49 0.6
HSL 124.44º 0.36% 0.29% -
HSV(B) 124.44º 0.53% 0.4% -
XYZ 6.59 10.38 4.9 -
YUV 80.15 112.11 105.07 -
System Red Green Blue C M Y K H S L
Decimal 48 102 52 0.53 0 0.49 0.6 124.44 0.36 0.29
Hex 30 66 34 35 0 31 3C 7C 24 1D
Octal 60 146 64 65 0 61 74 174 44 35
Binary 110000 1100110 110100 110101 0 110001 111100 1111100 100100 11101

Color Harmonies of #306634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306634

Black with #306634

Text Example


Text Example

White with #306634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306634; }

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

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

background-color css

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

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

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

border-color css

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

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

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