Html Css Color HEX #2B772A Japanese Laurel

📋 copy color: '#2B772A'

red 43 ◦ green 119 ◦ blue 42

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

Shades of Japanese Laurel #2B772A

Tints of Japanese Laurel #2B772A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.33%

 BLUE value IS 42 (16.8% from 255) = 20.59%

R = 21.08%
G = 58.33%
B = 20.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#2B772A (or 0x2B772A) is known color: Japanese Laurel. HEX triplet: 2B, 77 and 2A. RGB value is (43,119,42). Sum of RGB (Red+Green+Blue) = 43+119+42=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #2B772A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B772A is #D488D5. Grayscale: #575757. Windows color (decimal): -13928662 or 2783019. OLE color: 2783019.

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

Color convert

RGB 43 119 42 -
CMYK 0.64 0 0.65 0.53
HSL 119.22º 0.48% 0.32% -
HSV(B) 119.22º 0.65% 0.47% -
XYZ 8.01 13.87 4.45 -
YUV 87.5 102.32 96.26 -
System Red Green Blue C M Y K H S L
Decimal 43 119 42 0.64 0 0.65 0.53 119.22 0.48 0.32
Hex 2B 77 2A 40 0 41 35 77 30 20
Octal 53 167 52 100 0 101 65 167 60 40
Binary 101011 1110111 101010 1000000 0 1000001 110101 1110111 110000 100000

Color Harmonies of #2B772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B772A

Black with #2B772A

Text Example


Text Example

White with #2B772A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,119,42); }

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

background-color css

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

 a { background-color: rgb(43,119,42); }

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

border-color css

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

 span { border-color: rgb(43,119,42); }

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