Html Css Color HEX #2B873F Japanese Laurel

📋 copy color: '#2B873F'

red 43 ◦ green 135 ◦ blue 63

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

Shades of Japanese Laurel #2B873F

Tints of Japanese Laurel #2B873F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.14%

R = 17.84%
G = 56.02%
B = 26.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#2B873F (or 0x2B873F) is known color: Japanese Laurel. HEX triplet: 2B, 87 and 3F. RGB value is (43,135,63). Sum of RGB (Red+Green+Blue) = 43+135+63=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #2B873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B873F is #D478C0. Grayscale: #636363. Windows color (decimal): -13924545 or 4163371. OLE color: 4163371.

HSL color Cylindrical-coordinate representation of color #2B873F: hue angle of 133.04º 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 #2B873F is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 135 63 -
CMYK 0.68 0 0.53 0.47
HSL 133.04º 0.52% 0.35% -
HSV(B) 133.04º 0.68% 0.53% -
XYZ 10.56 18.2 7.66 -
YUV 99.28 107.52 87.85 -
System Red Green Blue C M Y K H S L
Decimal 43 135 63 0.68 0 0.53 0.47 133.04 0.52 0.35
Hex 2B 87 3F 44 0 35 2F 85 34 23
Octal 53 207 77 104 0 65 57 205 64 43
Binary 101011 10000111 111111 1000100 0 110101 101111 10000101 110100 100011

Color Harmonies of #2B873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B873F

Black with #2B873F

Text Example


Text Example

White with #2B873F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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