Html Css Color HEX #2B8540 Japanese Laurel

📋 copy color: '#2B8540'

red 43 ◦ green 133 ◦ blue 64

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

Shades of Japanese Laurel #2B8540

Tints of Japanese Laurel #2B8540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.42%

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 17.92%
G = 55.42%
B = 26.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#2B8540 (or 0x2B8540) is known color: Japanese Laurel. HEX triplet: 2B, 85 and 40. RGB value is (43,133,64). Sum of RGB (Red+Green+Blue) = 43+133+64=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8540 is #D47ABF. Grayscale: #626262. Windows color (decimal): -13925056 or 4228395. OLE color: 4228395.

HSL color Cylindrical-coordinate representation of color #2B8540: hue angle of 134º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B8540 is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 133 64 -
CMYK 0.68 0 0.52 0.48
HSL 134º 0.51% 0.35% -
HSV(B) 134º 0.68% 0.52% -
XYZ 10.31 17.66 7.72 -
YUV 98.22 108.68 88.61 -
System Red Green Blue C M Y K H S L
Decimal 43 133 64 0.68 0 0.52 0.48 134 0.51 0.35
Hex 2B 85 40 44 0 34 30 86 33 23
Octal 53 205 100 104 0 64 60 206 63 43
Binary 101011 10000101 1000000 1000100 0 110100 110000 10000110 110011 100011

Color Harmonies of #2B8540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8540

Black with #2B8540

Text Example


Text Example

White with #2B8540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,133,64); }

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

background-color css

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

 a { background-color: rgb(43,133,64); }

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

border-color css

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

 span { border-color: rgb(43,133,64); }

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