Html Css Color HEX #2C7223 Japanese Laurel

📋 copy color: '#2C7223'

red 44 ◦ green 114 ◦ blue 35

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

Shades of Japanese Laurel #2C7223

Tints of Japanese Laurel #2C7223

RGB

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

 GREEN value IS 114 (44.92% from 255) = 59.07%

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

R = 22.8%
G = 59.07%
B = 18.13%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#2C7223 (or 0x2C7223) is known color: Japanese Laurel. HEX triplet: 2C, 72 and 23. RGB value is (44,114,35). Sum of RGB (Red+Green+Blue) = 44+114+35=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #2C7223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7223 is #D38DDC. Grayscale: #545454. Windows color (decimal): -13864413 or 2322988. OLE color: 2322988.

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

Color convert

RGB 44 114 35 -
CMYK 0.61 0 0.69 0.55
HSL 113.16º 0.53% 0.29% -
HSV(B) 113.16º 0.69% 0.45% -
XYZ 7.36 12.69 3.65 -
YUV 84.06 100.31 99.42 -
System Red Green Blue C M Y K H S L
Decimal 44 114 35 0.61 0 0.69 0.55 113.16 0.53 0.29
Hex 2C 72 23 3D 0 45 37 71 35 1D
Octal 54 162 43 75 0 105 67 161 65 35
Binary 101100 1110010 100011 111101 0 1000101 110111 1110001 110101 11101

Color Harmonies of #2C7223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7223

Black with #2C7223

Text Example


Text Example

White with #2C7223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,114,35); }

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

background-color css

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

 a { background-color: rgb(44,114,35); }

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

border-color css

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

 span { border-color: rgb(44,114,35); }

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