Html Css Color HEX #2BA574 Jungle Green

📋 copy color: '#2BA574'

red 43 ◦ green 165 ◦ blue 116

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

Shades of Jungle Green #2BA574

Tints of Jungle Green #2BA574

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50.93%

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

R = 13.27%
G = 50.93%
B = 35.8%

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

#2BA574 (or 0x2BA574) is known color: Jungle Green. HEX triplet: 2B, A5 and 74. RGB value is (43,165,116). Sum of RGB (Red+Green+Blue) = 43+165+116=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA574 is #D45A8B. Grayscale: #7B7B7B. Windows color (decimal): -13916812 or 7644459. OLE color: 7644459.

HSL color Cylindrical-coordinate representation of color #2BA574: hue angle of 155.9º 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 #2BA574 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 43 165 116 -
CMYK 0.74 0 0.30 0.35
HSL 155.9º 0.59% 0.41% -
HSV(B) 155.9º 0.74% 0.65% -
XYZ 17.6 28.68 21.13 -
YUV 122.94 124.08 70.98 -
System Red Green Blue C M Y K H S L
Decimal 43 165 116 0.74 0 0.30 0.35 155.9 0.59 0.41
Hex 2B A5 74 4A 0 1E 23 9C 3B 29
Octal 53 245 164 112 0 36 43 234 73 51
Binary 101011 10100101 1110100 1001010 0 11110 100011 10011100 111011 101001

Color Harmonies of #2BA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA574

Black with #2BA574

Text Example


Text Example

White with #2BA574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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