Html Css Color HEX #2B7938 Japanese Laurel

📋 copy color: '#2B7938'

red 43 ◦ green 121 ◦ blue 56

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

Shades of Japanese Laurel #2B7938

Tints of Japanese Laurel #2B7938

RGB

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

 GREEN value IS 121 (47.66% from 255) = 55%

 BLUE value IS 56 (22.27% from 255) = 25.45%

R = 19.55%
G = 55%
B = 25.45%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#2B7938 (or 0x2B7938) is known color: Japanese Laurel. HEX triplet: 2B, 79 and 38. RGB value is (43,121,56). Sum of RGB (Red+Green+Blue) = 43+121+56=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #2B7938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7938 is #D486C7. Grayscale: #5A5A5A. Windows color (decimal): -13928136 or 3701035. OLE color: 3701035.

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

Color convert

RGB 43 121 56 -
CMYK 0.64 0 0.54 0.53
HSL 130º 0.48% 0.32% -
HSV(B) 130º 0.64% 0.47% -
XYZ 8.55 14.47 6.08 -
YUV 90.27 108.66 94.29 -
System Red Green Blue C M Y K H S L
Decimal 43 121 56 0.64 0 0.54 0.53 130 0.48 0.32
Hex 2B 79 38 40 0 36 35 82 30 20
Octal 53 171 70 100 0 66 65 202 60 40
Binary 101011 1111001 111000 1000000 0 110110 110101 10000010 110000 100000

Color Harmonies of #2B7938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7938

Black with #2B7938

Text Example


Text Example

White with #2B7938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,121,56); }

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

background-color css

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

 a { background-color: rgb(43,121,56); }

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

border-color css

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

 span { border-color: rgb(43,121,56); }

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