Html Css Color HEX #2B7632 Japanese Laurel

📋 copy color: '#2B7632'

red 43 ◦ green 118 ◦ blue 50

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

Shades of Japanese Laurel #2B7632

Tints of Japanese Laurel #2B7632

RGB

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

 GREEN value IS 118 (46.48% from 255) = 55.92%

 BLUE value IS 50 (19.92% from 255) = 23.7%

R = 20.38%
G = 55.92%
B = 23.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#2B7632 (or 0x2B7632) is known color: Japanese Laurel. HEX triplet: 2B, 76 and 32. RGB value is (43,118,50). Sum of RGB (Red+Green+Blue) = 43+118+50=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #2B7632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7632 is #D489CD. Grayscale: #585858. Windows color (decimal): -13928910 or 3307051. OLE color: 3307051.

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

Color convert

RGB 43 118 50 -
CMYK 0.64 0 0.58 0.54
HSL 125.6º 0.47% 0.32% -
HSV(B) 125.6º 0.64% 0.46% -
XYZ 8.05 13.7 5.24 -
YUV 87.82 106.65 96.03 -
System Red Green Blue C M Y K H S L
Decimal 43 118 50 0.64 0 0.58 0.54 125.6 0.47 0.32
Hex 2B 76 32 40 0 3A 36 7E 2F 20
Octal 53 166 62 100 0 72 66 176 57 40
Binary 101011 1110110 110010 1000000 0 111010 110110 1111110 101111 100000

Color Harmonies of #2B7632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7632

Black with #2B7632

Text Example


Text Example

White with #2B7632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,118,50); }

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

background-color css

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

 a { background-color: rgb(43,118,50); }

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

border-color css

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

 span { border-color: rgb(43,118,50); }

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