Html Css Color HEX #2C6E23 San Felix

📋 copy color: '#2C6E23'

red 44 ◦ green 110 ◦ blue 35

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

Shades of San Felix #2C6E23

Tints of San Felix #2C6E23

RGB

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

 GREEN value IS 110 (43.36% from 255) = 58.2%

 BLUE value IS 35 (14.06% from 255) = 18.52%

R = 23.28%
G = 58.2%
B = 18.52%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.68

 K value IS 0.57

RGB Variations

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

Color information

#2C6E23 (or 0x2C6E23) is known color: San Felix. HEX triplet: 2C, 6E and 23. RGB value is (44,110,35). Sum of RGB (Red+Green+Blue) = 44+110+35=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 110 (43.36% from 255 or 58.20% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 110 - color contains mainly: green. Hex color #2C6E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6E23 is #D391DC. Grayscale: #515151. Windows color (decimal): -13865437 or 2321964. OLE color: 2321964.

HSL color Cylindrical-coordinate representation of color #2C6E23: hue angle of 112.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C6E23 is Cyan = 0.6, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.

Color convert

RGB 44 110 35 -
CMYK 0.6 0 0.68 0.57
HSL 112.8º 0.52% 0.28% -
HSV(B) 112.8º 0.68% 0.43% -
XYZ 6.92 11.81 3.5 -
YUV 81.72 101.63 101.1 -
System Red Green Blue C M Y K H S L
Decimal 44 110 35 0.6 0 0.68 0.57 112.8 0.52 0.28
Hex 2C 6E 23 3C 0 44 39 71 34 1C
Octal 54 156 43 74 0 104 71 161 64 34
Binary 101100 1101110 100011 111100 0 1000100 111001 1110001 110100 11100

Color Harmonies of #2C6E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6E23

Black with #2C6E23

Text Example


Text Example

White with #2C6E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,110,35); }

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

background-color css

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

 a { background-color: rgb(44,110,35); }

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

border-color css

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

 span { border-color: rgb(44,110,35); }

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