Html Css Color HEX #2B732E Japanese Laurel

📋 copy color: '#2B732E'

red 43 ◦ green 115 ◦ blue 46

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

Shades of Japanese Laurel #2B732E

Tints of Japanese Laurel #2B732E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 56.37%

 BLUE value IS 46 (18.36% from 255) = 22.55%

R = 21.08%
G = 56.37%
B = 22.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.6

 K value IS 0.55

RGB Variations

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

Color information

#2B732E (or 0x2B732E) is known color: Japanese Laurel. HEX triplet: 2B, 73 and 2E. RGB value is (43,115,46). Sum of RGB (Red+Green+Blue) = 43+115+46=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #2B732E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B732E is #D48CD1. Grayscale: #555555. Windows color (decimal): -13929682 or 3044139. OLE color: 3044139.

HSL color Cylindrical-coordinate representation of color #2B732E: hue angle of 122.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B732E is Cyan = 0.63, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 115 46 -
CMYK 0.63 0 0.6 0.55
HSL 122.5º 0.46% 0.31% -
HSV(B) 122.5º 0.63% 0.45% -
XYZ 7.62 12.97 4.69 -
YUV 85.61 105.65 97.61 -
System Red Green Blue C M Y K H S L
Decimal 43 115 46 0.63 0 0.6 0.55 122.5 0.46 0.31
Hex 2B 73 2E 3F 0 3C 37 7B 2E 1F
Octal 53 163 56 77 0 74 67 173 56 37
Binary 101011 1110011 101110 111111 0 111100 110111 1111011 101110 11111

Color Harmonies of #2B732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B732E

Black with #2B732E

Text Example


Text Example

White with #2B732E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,115,46); }

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

background-color css

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

 a { background-color: rgb(43,115,46); }

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

border-color css

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

 span { border-color: rgb(43,115,46); }

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