Html Css Color HEX #2B6823 San Felix

📋 copy color: '#2B6823'

red 43 ◦ green 104 ◦ blue 35

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

Shades of San Felix #2B6823

Tints of San Felix #2B6823

RGB

 RED value IS 43 (17.19% from 255) = 23.63%

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

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

R = 23.63%
G = 57.14%
B = 19.23%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#2B6823 (or 0x2B6823) is known color: San Felix. HEX triplet: 2B, 68 and 23. RGB value is (43,104,35). Sum of RGB (Red+Green+Blue) = 43+104+35=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #2B6823 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6823 is #D497DC. Grayscale: #4E4E4E. Windows color (decimal): -13932509 or 2320427. OLE color: 2320427.

HSL color Cylindrical-coordinate representation of color #2B6823: hue angle of 113.04º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B6823 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 43 104 35 -
CMYK 0.59 0 0.66 0.59
HSL 113.04º 0.5% 0.27% -
HSV(B) 113.04º 0.66% 0.41% -
XYZ 6.25 10.54 3.29 -
YUV 77.9 103.79 103.11 -
System Red Green Blue C M Y K H S L
Decimal 43 104 35 0.59 0 0.66 0.59 113.04 0.5 0.27
Hex 2B 68 23 3B 0 42 3B 71 32 1B
Octal 53 150 43 73 0 102 73 161 62 33
Binary 101011 1101000 100011 111011 0 1000010 111011 1110001 110010 11011

Color Harmonies of #2B6823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6823

Black with #2B6823

Text Example


Text Example

White with #2B6823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,104,35); }

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

background-color css

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

 a { background-color: rgb(43,104,35); }

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

border-color css

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

 span { border-color: rgb(43,104,35); }

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