Html Css Color HEX #30672E San Felix

📋 copy color: '#30672E'

red 48 ◦ green 103 ◦ blue 46

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

Shades of San Felix #30672E

Tints of San Felix #30672E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 52.28%

 BLUE value IS 46 (18.36% from 255) = 23.35%

R = 24.37%
G = 52.28%
B = 23.35%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#30672E (or 0x30672E) is known color: San Felix. HEX triplet: 30, 67 and 2E. RGB value is (48,103,46). Sum of RGB (Red+Green+Blue) = 48+103+46=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 103 (40.62% from 255 or 52.28% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 103 - color contains mainly: green. Hex color #30672E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30672E is #CF98D1. Grayscale: #505050. Windows color (decimal): -13605074 or 3041072. OLE color: 3041072.

HSL color Cylindrical-coordinate representation of color #30672E: hue angle of 117.89º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30672E is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 103 46 -
CMYK 0.53 0 0.55 0.60
HSL 117.89º 0.38% 0.29% -
HSV(B) 117.89º 0.55% 0.4% -
XYZ 6.56 10.53 4.27 -
YUV 80.06 108.78 105.13 -
System Red Green Blue C M Y K H S L
Decimal 48 103 46 0.53 0 0.55 0.60 117.89 0.38 0.29
Hex 30 67 2E 35 0 37 3C 76 26 1D
Octal 60 147 56 65 0 67 74 166 46 35
Binary 110000 1100111 101110 110101 0 110111 111100 1110110 100110 11101

Color Harmonies of #30672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30672E

Black with #30672E

Text Example


Text Example

White with #30672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30672E; }

 p { color: rgb(48,103,46); }

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

background-color css

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

 a { background-color: rgb(48,103,46); }

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

border-color css

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

 span { border-color: rgb(48,103,46); }

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