Html Css Color HEX #2B732F Japanese Laurel

📋 copy color: '#2B732F'

red 43 ◦ green 115 ◦ blue 47

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

Shades of Japanese Laurel #2B732F

Tints of Japanese Laurel #2B732F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.93%

R = 20.98%
G = 56.1%
B = 22.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#2B732F (or 0x2B732F) is known color: Japanese Laurel. HEX triplet: 2B, 73 and 2F. RGB value is (43,115,47). Sum of RGB (Red+Green+Blue) = 43+115+47=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #2B732F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B732F is #D48CD0. Grayscale: #555555. Windows color (decimal): -13929681 or 3109675. OLE color: 3109675.

HSL color Cylindrical-coordinate representation of color #2B732F: hue angle of 123.33º 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 #2B732F is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 115 47 -
CMYK 0.63 0 0.59 0.55
HSL 123.33º 0.46% 0.31% -
HSV(B) 123.33º 0.63% 0.45% -
XYZ 7.64 12.98 4.79 -
YUV 85.72 106.15 97.53 -
System Red Green Blue C M Y K H S L
Decimal 43 115 47 0.63 0 0.59 0.55 123.33 0.46 0.31
Hex 2B 73 2F 3F 0 3B 37 7B 2E 1F
Octal 53 163 57 77 0 73 67 173 56 37
Binary 101011 1110011 101111 111111 0 111011 110111 1111011 101110 11111

Color Harmonies of #2B732F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B732F

Black with #2B732F

Text Example


Text Example

White with #2B732F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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