Html Css Color HEX #2B8836 Japanese Laurel

📋 copy color: '#2B8836'

red 43 ◦ green 136 ◦ blue 54

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

Shades of Japanese Laurel #2B8836

Tints of Japanese Laurel #2B8836

RGB

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

 GREEN value IS 136 (53.52% from 255) = 58.37%

 BLUE value IS 54 (21.48% from 255) = 23.18%

R = 18.45%
G = 58.37%
B = 23.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#2B8836 (or 0x2B8836) is known color: Japanese Laurel. HEX triplet: 2B, 88 and 36. RGB value is (43,136,54). Sum of RGB (Red+Green+Blue) = 43+136+54=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #2B8836 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8836 is #D477C9. Grayscale: #636363. Windows color (decimal): -13924298 or 3573803. OLE color: 3573803.

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

Color convert

RGB 43 136 54 -
CMYK 0.68 0 0.60 0.47
HSL 127.1º 0.52% 0.35% -
HSV(B) 127.1º 0.68% 0.53% -
XYZ 10.47 18.39 6.49 -
YUV 98.85 102.69 88.17 -
System Red Green Blue C M Y K H S L
Decimal 43 136 54 0.68 0 0.60 0.47 127.1 0.52 0.35
Hex 2B 88 36 44 0 3C 2F 7F 34 23
Octal 53 210 66 104 0 74 57 177 64 43
Binary 101011 10001000 110110 1000100 0 111100 101111 1111111 110100 100011

Color Harmonies of #2B8836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8836

Black with #2B8836

Text Example


Text Example

White with #2B8836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,136,54); }

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

background-color css

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

 a { background-color: rgb(43,136,54); }

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

border-color css

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

 span { border-color: rgb(43,136,54); }

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