Html Css Color HEX #2B873D Japanese Laurel

📋 copy color: '#2B873D'

red 43 ◦ green 135 ◦ blue 61

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

Shades of Japanese Laurel #2B873D

Tints of Japanese Laurel #2B873D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.52%

R = 17.99%
G = 56.49%
B = 25.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#2B873D (or 0x2B873D) is known color: Japanese Laurel. HEX triplet: 2B, 87 and 3D. RGB value is (43,135,61). Sum of RGB (Red+Green+Blue) = 43+135+61=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #2B873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B873D is #D478C2. Grayscale: #636363. Windows color (decimal): -13924547 or 4032299. OLE color: 4032299.

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

Color convert

RGB 43 135 61 -
CMYK 0.68 0 0.55 0.47
HSL 131.74º 0.52% 0.35% -
HSV(B) 131.74º 0.68% 0.53% -
XYZ 10.5 18.18 7.37 -
YUV 99.06 106.52 88.02 -
System Red Green Blue C M Y K H S L
Decimal 43 135 61 0.68 0 0.55 0.47 131.74 0.52 0.35
Hex 2B 87 3D 44 0 37 2F 84 34 23
Octal 53 207 75 104 0 67 57 204 64 43
Binary 101011 10000111 111101 1000100 0 110111 101111 10000100 110100 100011

Color Harmonies of #2B873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B873D

Black with #2B873D

Text Example


Text Example

White with #2B873D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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