Html Css Color HEX #2B7432 Japanese Laurel

📋 copy color: '#2B7432'

red 43 ◦ green 116 ◦ blue 50

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

Shades of Japanese Laurel #2B7432

Tints of Japanese Laurel #2B7432

RGB

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

 GREEN value IS 116 (45.7% from 255) = 55.5%

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

R = 20.57%
G = 55.5%
B = 23.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#2B7432 (or 0x2B7432) is known color: Japanese Laurel. HEX triplet: 2B, 74 and 32. RGB value is (43,116,50). Sum of RGB (Red+Green+Blue) = 43+116+50=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7432 is #D48BCD. Grayscale: #565656. Windows color (decimal): -13929422 or 3306539. OLE color: 3306539.

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

Color convert

RGB 43 116 50 -
CMYK 0.63 0 0.57 0.55
HSL 125.75º 0.46% 0.31% -
HSV(B) 125.75º 0.63% 0.45% -
XYZ 7.82 13.23 5.16 -
YUV 86.65 107.32 96.87 -
System Red Green Blue C M Y K H S L
Decimal 43 116 50 0.63 0 0.57 0.55 125.75 0.46 0.31
Hex 2B 74 32 3F 0 39 37 7E 2E 1F
Octal 53 164 62 77 0 71 67 176 56 37
Binary 101011 1110100 110010 111111 0 111001 110111 1111110 101110 11111

Color Harmonies of #2B7432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7432

Black with #2B7432

Text Example


Text Example

White with #2B7432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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