Html Css Color HEX #2BA674 Jungle Green

📋 copy color: '#2BA674'

red 43 ◦ green 166 ◦ blue 116

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

Shades of Jungle Green #2BA674

Tints of Jungle Green #2BA674

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.08%

 BLUE value IS 116 (45.7% from 255) = 35.69%

R = 13.23%
G = 51.08%
B = 35.69%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#2BA674 (or 0x2BA674) is known color: Jungle Green. HEX triplet: 2B, A6 and 74. RGB value is (43,166,116). Sum of RGB (Red+Green+Blue) = 43+166+116=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA674 is #D4598B. Grayscale: #7B7B7B. Windows color (decimal): -13916556 or 7644715. OLE color: 7644715.

HSL color Cylindrical-coordinate representation of color #2BA674: hue angle of 155.61º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA674 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 43 166 116 -
CMYK 0.74 0 0.30 0.35
HSL 155.61º 0.59% 0.41% -
HSV(B) 155.61º 0.74% 0.65% -
XYZ 17.78 29.05 21.19 -
YUV 123.52 123.75 70.57 -
System Red Green Blue C M Y K H S L
Decimal 43 166 116 0.74 0 0.30 0.35 155.61 0.59 0.41
Hex 2B A6 74 4A 0 1E 23 9C 3B 29
Octal 53 246 164 112 0 36 43 234 73 51
Binary 101011 10100110 1110100 1001010 0 11110 100011 10011100 111011 101001

Color Harmonies of #2BA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA674

Black with #2BA674

Text Example


Text Example

White with #2BA674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,166,116); }

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

background-color css

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

 a { background-color: rgb(43,166,116); }

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

border-color css

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

 span { border-color: rgb(43,166,116); }

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