Html Css Color HEX #2CBE83 Jungle Green

📋 copy color: '#2CBE83'

red 44 ◦ green 190 ◦ blue 131

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

Shades of Jungle Green #2CBE83

Tints of Jungle Green #2CBE83

RGB

 RED value IS 44 (17.58% from 255) = 12.05%

 GREEN value IS 190 (74.61% from 255) = 52.05%

 BLUE value IS 131 (51.56% from 255) = 35.89%

R = 12.05%
G = 52.05%
B = 35.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#2CBE83 (or 0x2CBE83) is known color: Jungle Green. HEX triplet: 2C, BE and 83. RGB value is (44,190,131). Sum of RGB (Red+Green+Blue) = 44+190+131=365 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.05% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBE83 is #D3417C. Grayscale: #8B8B8B. Windows color (decimal): -13844861 or 8633900. OLE color: 8633900.

HSL color Cylindrical-coordinate representation of color #2CBE83: hue angle of 155.75º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBE83 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 190 131 -
CMYK 0.77 0 0.31 0.25
HSL 155.75º 0.62% 0.46% -
HSV(B) 155.75º 0.77% 0.75% -
XYZ 23.55 39 27.76 -
YUV 139.62 123.13 59.8 -
System Red Green Blue C M Y K H S L
Decimal 44 190 131 0.77 0 0.31 0.25 155.75 0.62 0.46
Hex 2C BE 83 4D 0 1F 19 9C 3E 2E
Octal 54 276 203 115 0 37 31 234 76 56
Binary 101100 10111110 10000011 1001101 0 11111 11001 10011100 111110 101110

Color Harmonies of #2CBE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBE83

Black with #2CBE83

Text Example


Text Example

White with #2CBE83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,190,131); }

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

background-color css

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

 a { background-color: rgb(44,190,131); }

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

border-color css

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

 span { border-color: rgb(44,190,131); }

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