Html Css Color HEX #2B793B Japanese Laurel

📋 copy color: '#2B793B'

red 43 ◦ green 121 ◦ blue 59

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

Shades of Japanese Laurel #2B793B

Tints of Japanese Laurel #2B793B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.46%

R = 19.28%
G = 54.26%
B = 26.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#2B793B (or 0x2B793B) is known color: Japanese Laurel. HEX triplet: 2B, 79 and 3B. RGB value is (43,121,59). Sum of RGB (Red+Green+Blue) = 43+121+59=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #2B793B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B793B is #D486C4. Grayscale: #5A5A5A. Windows color (decimal): -13928133 or 3897643. OLE color: 3897643.

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

Color convert

RGB 43 121 59 -
CMYK 0.64 0 0.51 0.53
HSL 132.31º 0.48% 0.32% -
HSV(B) 132.31º 0.64% 0.47% -
XYZ 8.62 14.5 6.48 -
YUV 90.61 110.16 94.04 -
System Red Green Blue C M Y K H S L
Decimal 43 121 59 0.64 0 0.51 0.53 132.31 0.48 0.32
Hex 2B 79 3B 40 0 33 35 84 30 20
Octal 53 171 73 100 0 63 65 204 60 40
Binary 101011 1111001 111011 1000000 0 110011 110101 10000100 110000 100000

Color Harmonies of #2B793B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B793B

Black with #2B793B

Text Example


Text Example

White with #2B793B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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