Html Css Color HEX #2B8640 Japanese Laurel

📋 copy color: '#2B8640'

red 43 ◦ green 134 ◦ blue 64

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

Shades of Japanese Laurel #2B8640

Tints of Japanese Laurel #2B8640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 55.6%

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

R = 17.84%
G = 55.6%
B = 26.56%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#2B8640 (or 0x2B8640) is known color: Japanese Laurel. HEX triplet: 2B, 86 and 40. RGB value is (43,134,64). Sum of RGB (Red+Green+Blue) = 43+134+64=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #2B8640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8640 is #D479BF. Grayscale: #636363. Windows color (decimal): -13924800 or 4228651. OLE color: 4228651.

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

Color convert

RGB 43 134 64 -
CMYK 0.68 0 0.52 0.47
HSL 133.85º 0.51% 0.35% -
HSV(B) 133.85º 0.68% 0.53% -
XYZ 10.45 17.93 7.76 -
YUV 98.81 108.35 88.19 -
System Red Green Blue C M Y K H S L
Decimal 43 134 64 0.68 0 0.52 0.47 133.85 0.51 0.35
Hex 2B 86 40 44 0 34 2F 86 33 23
Octal 53 206 100 104 0 64 57 206 63 43
Binary 101011 10000110 1000000 1000100 0 110100 101111 10000110 110011 100011

Color Harmonies of #2B8640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8640

Black with #2B8640

Text Example


Text Example

White with #2B8640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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