Html Css Color HEX #2B873E Japanese Laurel

📋 copy color: '#2B873E'

red 43 ◦ green 135 ◦ blue 62

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

Shades of Japanese Laurel #2B873E

Tints of Japanese Laurel #2B873E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.25%

 BLUE value IS 62 (24.61% from 255) = 25.83%

R = 17.92%
G = 56.25%
B = 25.83%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#2B873E (or 0x2B873E) is known color: Japanese Laurel. HEX triplet: 2B, 87 and 3E. RGB value is (43,135,62). Sum of RGB (Red+Green+Blue) = 43+135+62=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #2B873E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B873E is #D478C1. Grayscale: #636363. Windows color (decimal): -13924546 or 4097835. OLE color: 4097835.

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

Color convert

RGB 43 135 62 -
CMYK 0.68 0 0.54 0.47
HSL 132.39º 0.52% 0.35% -
HSV(B) 132.39º 0.68% 0.53% -
XYZ 10.53 18.19 7.51 -
YUV 99.17 107.02 87.94 -
System Red Green Blue C M Y K H S L
Decimal 43 135 62 0.68 0 0.54 0.47 132.39 0.52 0.35
Hex 2B 87 3E 44 0 36 2F 84 34 23
Octal 53 207 76 104 0 66 57 204 64 43
Binary 101011 10000111 111110 1000100 0 110110 101111 10000100 110100 100011

Color Harmonies of #2B873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B873E

Black with #2B873E

Text Example


Text Example

White with #2B873E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,135,62); }

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

background-color css

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

 a { background-color: rgb(43,135,62); }

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

border-color css

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

 span { border-color: rgb(43,135,62); }

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