Html Css Color HEX #2B8038 Japanese Laurel

📋 copy color: '#2B8038'

red 43 ◦ green 128 ◦ blue 56

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

Shades of Japanese Laurel #2B8038

Tints of Japanese Laurel #2B8038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.67%

R = 18.94%
G = 56.39%
B = 24.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#2B8038 (or 0x2B8038) is known color: Japanese Laurel. HEX triplet: 2B, 80 and 38. RGB value is (43,128,56). Sum of RGB (Red+Green+Blue) = 43+128+56=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #2B8038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8038 is #D47FC7. Grayscale: #5E5E5E. Windows color (decimal): -13926344 or 3702827. OLE color: 3702827.

HSL color Cylindrical-coordinate representation of color #2B8038: hue angle of 129.18º 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 #2B8038 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 128 56 -
CMYK 0.66 0 0.56 0.50
HSL 129.18º 0.5% 0.34% -
HSV(B) 129.18º 0.66% 0.5% -
XYZ 9.43 16.24 6.38 -
YUV 94.38 106.34 91.35 -
System Red Green Blue C M Y K H S L
Decimal 43 128 56 0.66 0 0.56 0.50 129.18 0.5 0.34
Hex 2B 80 38 42 0 38 32 81 32 22
Octal 53 200 70 102 0 70 62 201 62 42
Binary 101011 10000000 111000 1000010 0 111000 110010 10000001 110010 100010

Color Harmonies of #2B8038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8038

Black with #2B8038

Text Example


Text Example

White with #2B8038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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