Html Css Color HEX #2B7323 Japanese Laurel

📋 copy color: '#2B7323'

red 43 ◦ green 115 ◦ blue 35

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

Shades of Japanese Laurel #2B7323

Tints of Japanese Laurel #2B7323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.13%

R = 22.28%
G = 59.59%
B = 18.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#2B7323 (or 0x2B7323) is known color: Japanese Laurel. HEX triplet: 2B, 73 and 23. RGB value is (43,115,35). Sum of RGB (Red+Green+Blue) = 43+115+35=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7323 is #D48CDC. Grayscale: #545454. Windows color (decimal): -13929693 or 2323243. OLE color: 2323243.

HSL color Cylindrical-coordinate representation of color #2B7323: hue angle of 114º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B7323 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 115 35 -
CMYK 0.63 0 0.70 0.55
HSL 114º 0.53% 0.29% -
HSV(B) 114º 0.7% 0.45% -
XYZ 7.43 12.9 3.69 -
YUV 84.35 100.15 98.5 -
System Red Green Blue C M Y K H S L
Decimal 43 115 35 0.63 0 0.70 0.55 114 0.53 0.29
Hex 2B 73 23 3F 0 46 37 72 35 1D
Octal 53 163 43 77 0 106 67 162 65 35
Binary 101011 1110011 100011 111111 0 1000110 110111 1110010 110101 11101

Color Harmonies of #2B7323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7323

Black with #2B7323

Text Example


Text Example

White with #2B7323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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