Html Css Color HEX #2B7325 Japanese Laurel

📋 copy color: '#2B7325'

red 43 ◦ green 115 ◦ blue 37

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

Shades of Japanese Laurel #2B7325

Tints of Japanese Laurel #2B7325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.97%

R = 22.05%
G = 58.97%
B = 18.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#2B7325 (or 0x2B7325) is known color: Japanese Laurel. HEX triplet: 2B, 73 and 25. RGB value is (43,115,37). Sum of RGB (Red+Green+Blue) = 43+115+37=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7325 is #D48CDA. Grayscale: #545454. Windows color (decimal): -13929691 or 2454315. OLE color: 2454315.

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

Color convert

RGB 43 115 37 -
CMYK 0.63 0 0.68 0.55
HSL 115.38º 0.51% 0.3% -
HSV(B) 115.38º 0.68% 0.45% -
XYZ 7.46 12.91 3.85 -
YUV 84.58 101.15 98.34 -
System Red Green Blue C M Y K H S L
Decimal 43 115 37 0.63 0 0.68 0.55 115.38 0.51 0.3
Hex 2B 73 25 3F 0 44 37 73 33 1E
Octal 53 163 45 77 0 104 67 163 63 36
Binary 101011 1110011 100101 111111 0 1000100 110111 1110011 110011 11110

Color Harmonies of #2B7325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7325

Black with #2B7325

Text Example


Text Example

White with #2B7325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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