Html Css Color HEX #2C7326 Japanese Laurel

📋 copy color: '#2C7326'

red 44 ◦ green 115 ◦ blue 38

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

Shades of Japanese Laurel #2C7326

Tints of Japanese Laurel #2C7326

RGB

 RED value IS 44 (17.58% from 255) = 22.34%

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

 BLUE value IS 38 (15.23% from 255) = 19.29%

R = 22.34%
G = 58.38%
B = 19.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#2C7326 (or 0x2C7326) is known color: Japanese Laurel. HEX triplet: 2C, 73 and 26. RGB value is (44,115,38). Sum of RGB (Red+Green+Blue) = 44+115+38=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #2C7326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7326 is #D38CD9. Grayscale: #555555. Windows color (decimal): -13864154 or 2519852. OLE color: 2519852.

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

Color convert

RGB 44 115 38 -
CMYK 0.62 0 0.67 0.55
HSL 115.32º 0.5% 0.3% -
HSV(B) 115.32º 0.67% 0.45% -
XYZ 7.52 12.94 3.93 -
YUV 84.99 101.48 98.76 -
System Red Green Blue C M Y K H S L
Decimal 44 115 38 0.62 0 0.67 0.55 115.32 0.5 0.3
Hex 2C 73 26 3E 0 43 37 73 32 1E
Octal 54 163 46 76 0 103 67 163 62 36
Binary 101100 1110011 100110 111110 0 1000011 110111 1110011 110010 11110

Color Harmonies of #2C7326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7326

Black with #2C7326

Text Example


Text Example

White with #2C7326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,115,38); }

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

background-color css

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

 a { background-color: rgb(44,115,38); }

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

border-color css

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

 span { border-color: rgb(44,115,38); }

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