Html Css Color HEX #2BA586 Jungle Green

📋 copy color: '#2BA586'

red 43 ◦ green 165 ◦ blue 134

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

Shades of Jungle Green #2BA586

Tints of Jungle Green #2BA586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.18%

R = 12.57%
G = 48.25%
B = 39.18%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#2BA586 (or 0x2BA586) is known color: Jungle Green. HEX triplet: 2B, A5 and 86. RGB value is (43,165,134). Sum of RGB (Red+Green+Blue) = 43+165+134=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA586 is #D45A79. Grayscale: #7C7C7C. Windows color (decimal): -13916794 or 8824107. OLE color: 8824107.

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

Color convert

RGB 43 165 134 -
CMYK 0.74 0 0.19 0.35
HSL 164.75º 0.59% 0.41% -
HSV(B) 164.75º 0.74% 0.65% -
XYZ 18.75 29.15 27.19 -
YUV 124.99 133.08 69.52 -
System Red Green Blue C M Y K H S L
Decimal 43 165 134 0.74 0 0.19 0.35 164.75 0.59 0.41
Hex 2B A5 86 4A 0 13 23 A5 3B 29
Octal 53 245 206 112 0 23 43 245 73 51
Binary 101011 10100101 10000110 1001010 0 10011 100011 10100101 111011 101001

Color Harmonies of #2BA586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA586

Black with #2BA586

Text Example


Text Example

White with #2BA586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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