Html Css Color HEX #2B803A Japanese Laurel

📋 copy color: '#2B803A'

red 43 ◦ green 128 ◦ blue 58

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

Shades of Japanese Laurel #2B803A

Tints of Japanese Laurel #2B803A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.9%

 BLUE value IS 58 (23.05% from 255) = 25.33%

R = 18.78%
G = 55.9%
B = 25.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#2B803A (or 0x2B803A) is known color: Japanese Laurel. HEX triplet: 2B, 80 and 3A. RGB value is (43,128,58). Sum of RGB (Red+Green+Blue) = 43+128+58=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 128 (50.39% from 255 or 55.90% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 128 - color contains mainly: green. Hex color #2B803A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B803A is #D47FC5. Grayscale: #5E5E5E. Windows color (decimal): -13926342 or 3833899. OLE color: 3833899.

HSL color Cylindrical-coordinate representation of color #2B803A: hue angle of 130.59º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B803A is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 128 58 -
CMYK 0.66 0 0.55 0.50
HSL 130.59º 0.5% 0.34% -
HSV(B) 130.59º 0.66% 0.5% -
XYZ 9.48 16.26 6.64 -
YUV 94.61 107.34 91.19 -
System Red Green Blue C M Y K H S L
Decimal 43 128 58 0.66 0 0.55 0.50 130.59 0.5 0.34
Hex 2B 80 3A 42 0 37 32 83 32 22
Octal 53 200 72 102 0 67 62 203 62 42
Binary 101011 10000000 111010 1000010 0 110111 110010 10000011 110010 100010

Color Harmonies of #2B803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B803A

Black with #2B803A

Text Example


Text Example

White with #2B803A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,128,58); }

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

background-color css

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

 a { background-color: rgb(43,128,58); }

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

border-color css

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

 span { border-color: rgb(43,128,58); }

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