Html Css Color HEX #2BA384 Jungle Green

📋 copy color: '#2BA384'

red 43 ◦ green 163 ◦ blue 132

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

Shades of Jungle Green #2BA384

Tints of Jungle Green #2BA384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.22%

 BLUE value IS 132 (51.95% from 255) = 39.05%

R = 12.72%
G = 48.22%
B = 39.05%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#2BA384 (or 0x2BA384) is known color: Jungle Green. HEX triplet: 2B, A3 and 84. RGB value is (43,163,132). Sum of RGB (Red+Green+Blue) = 43+163+132=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #2BA384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA384 is #D45C7B. Grayscale: #7B7B7B. Windows color (decimal): -13917308 or 8692523. OLE color: 8692523.

HSL color Cylindrical-coordinate representation of color #2BA384: hue angle of 164.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA384 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 43 163 132 -
CMYK 0.74 0 0.19 0.36
HSL 164.5º 0.58% 0.4% -
HSV(B) 164.5º 0.74% 0.64% -
XYZ 18.26 28.37 26.34 -
YUV 123.59 132.74 70.52 -
System Red Green Blue C M Y K H S L
Decimal 43 163 132 0.74 0 0.19 0.36 164.5 0.58 0.4
Hex 2B A3 84 4A 0 13 24 A4 3A 28
Octal 53 243 204 112 0 23 44 244 72 50
Binary 101011 10100011 10000100 1001010 0 10011 100100 10100100 111010 101000

Color Harmonies of #2BA384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA384

Black with #2BA384

Text Example


Text Example

White with #2BA384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,163,132); }

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

background-color css

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

 a { background-color: rgb(43,163,132); }

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

border-color css

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

 span { border-color: rgb(43,163,132); }

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