#2E6430

Color #2E6430 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #2E6430

Tints of San Felix #2E6430

Color information

#2E6430 (or 0x2E6430) is unknown color: approx San Felix. HEX triplet: 2E, 64 and 30. RGB value is (46,100,48). Sum of RGB (Red+Green+Blue) = 46+100+48=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 100 (39.45% from 255 or 51.55% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 100 - color contains mainly: green. Hex color #2E6430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6430 is #D19BCF. Grayscale: #4E4E4E. Windows color (decimal): -13736912 or 3171374. OLE color: 3171374.

HSL color Cylindrical-coordinate representation of color #2E6430: hue angle of 122.22º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6430 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB4610048-
CMYK0.5400.520.61
HSL122.22º36.99%28.63%-
HSV(B)122.22º54%39.22%-
XYZ6.229.914.38-
YUV77.93111.11105.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.71%
GREEN value IS 100 (39.45% from 255) = 51.55%
BLUE value IS 48 (19.14% from 255) = 24.74%
R=23.71%
G=51.55%
B=24.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal46100480.5400.520.61122.2236.9928.63
Hex2E6430360343D7a251d
Octal561446066064751724535
Binary10111011001001100001101100110100111101111101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E6430; }

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

 H1.HeaderClassName
 {
   color: #2E6430;
 }
 .AnyTagClassName
 {
   color: #2E6430;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #2E6430;
 }
 .BgClassName
 {
   background-color: #2E6430;
 }
</style>
border-color css

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

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

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