Html Css Color HEX #30682E San Felix

📋 copy color: '#30682E'

red 48 ◦ green 104 ◦ blue 46

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

Shades of San Felix #30682E

Tints of San Felix #30682E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 52.53%

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

R = 24.24%
G = 52.53%
B = 23.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#30682E (or 0x30682E) is known color: San Felix. HEX triplet: 30, 68 and 2E. RGB value is (48,104,46). Sum of RGB (Red+Green+Blue) = 48+104+46=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #30682E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30682E is #CF97D1. Grayscale: #505050. Windows color (decimal): -13604818 or 3041328. OLE color: 3041328.

HSL color Cylindrical-coordinate representation of color #30682E: hue angle of 117.93º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30682E is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 104 46 -
CMYK 0.54 0 0.56 0.59
HSL 117.93º 0.39% 0.29% -
HSV(B) 117.93º 0.56% 0.41% -
XYZ 6.66 10.73 4.3 -
YUV 80.64 108.45 104.72 -
System Red Green Blue C M Y K H S L
Decimal 48 104 46 0.54 0 0.56 0.59 117.93 0.39 0.29
Hex 30 68 2E 36 0 38 3B 76 27 1D
Octal 60 150 56 66 0 70 73 166 47 35
Binary 110000 1101000 101110 110110 0 111000 111011 1110110 100111 11101

Color Harmonies of #30682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30682E

Black with #30682E

Text Example


Text Example

White with #30682E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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