Html Css Color HEX #2B6225 San Felix

📋 copy color: '#2B6225'

red 43 ◦ green 98 ◦ blue 37

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

Shades of San Felix #2B6225

Tints of San Felix #2B6225

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.06%

 BLUE value IS 37 (14.84% from 255) = 20.79%

R = 24.16%
G = 55.06%
B = 20.79%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#2B6225 (or 0x2B6225) is known color: San Felix. HEX triplet: 2B, 62 and 25. RGB value is (43,98,37). Sum of RGB (Red+Green+Blue) = 43+98+37=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6225 is #D49DDA. Grayscale: #4A4A4A. Windows color (decimal): -13934043 or 2449963. OLE color: 2449963.

HSL color Cylindrical-coordinate representation of color #2B6225: hue angle of 114.1º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B6225 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 98 37 -
CMYK 0.56 0 0.62 0.62
HSL 114.1º 0.45% 0.26% -
HSV(B) 114.1º 0.62% 0.38% -
XYZ 5.7 9.38 3.26 -
YUV 74.6 106.78 105.46 -
System Red Green Blue C M Y K H S L
Decimal 43 98 37 0.56 0 0.62 0.62 114.1 0.45 0.26
Hex 2B 62 25 38 0 3E 3E 72 2D 1A
Octal 53 142 45 70 0 76 76 162 55 32
Binary 101011 1100010 100101 111000 0 111110 111110 1110010 101101 11010

Color Harmonies of #2B6225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6225

Black with #2B6225

Text Example


Text Example

White with #2B6225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,98,37); }

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

background-color css

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

 a { background-color: rgb(43,98,37); }

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

border-color css

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

 span { border-color: rgb(43,98,37); }

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