Html Css Color HEX #2C6328 San Felix

📋 copy color: '#2C6328'

red 44 ◦ green 99 ◦ blue 40

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

Shades of San Felix #2C6328

Tints of San Felix #2C6328

RGB

 RED value IS 44 (17.58% from 255) = 24.04%

 GREEN value IS 99 (39.06% from 255) = 54.1%

 BLUE value IS 40 (16.02% from 255) = 21.86%

R = 24.04%
G = 54.1%
B = 21.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#2C6328 (or 0x2C6328) is known color: San Felix. HEX triplet: 2C, 63 and 28. RGB value is (44,99,40). Sum of RGB (Red+Green+Blue) = 44+99+40=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #2C6328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6328 is #D39CD7. Grayscale: #4C4C4C. Windows color (decimal): -13868248 or 2646828. OLE color: 2646828.

HSL color Cylindrical-coordinate representation of color #2C6328: hue angle of 115.93º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C6328 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 44 99 40 -
CMYK 0.56 0 0.60 0.61
HSL 115.93º 0.42% 0.27% -
HSV(B) 115.93º 0.6% 0.39% -
XYZ 5.88 9.61 3.55 -
YUV 75.83 107.78 105.3 -
System Red Green Blue C M Y K H S L
Decimal 44 99 40 0.56 0 0.60 0.61 115.93 0.42 0.27
Hex 2C 63 28 38 0 3C 3D 74 2A 1B
Octal 54 143 50 70 0 74 75 164 52 33
Binary 101100 1100011 101000 111000 0 111100 111101 1110100 101010 11011

Color Harmonies of #2C6328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6328

Black with #2C6328

Text Example


Text Example

White with #2C6328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,99,40); }

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

background-color css

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

 a { background-color: rgb(44,99,40); }

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

border-color css

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

 span { border-color: rgb(44,99,40); }

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