Html Css Color HEX #2C7521 Japanese Laurel

📋 copy color: '#2C7521'

red 44 ◦ green 117 ◦ blue 33

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

Shades of Japanese Laurel #2C7521

Tints of Japanese Laurel #2C7521

RGB

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

 GREEN value IS 117 (46.09% from 255) = 60.31%

 BLUE value IS 33 (13.28% from 255) = 17.01%

R = 22.68%
G = 60.31%
B = 17.01%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#2C7521 (or 0x2C7521) is known color: Japanese Laurel. HEX triplet: 2C, 75 and 21. RGB value is (44,117,33). Sum of RGB (Red+Green+Blue) = 44+117+33=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #2C7521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7521 is #D38ADE. Grayscale: #555555. Windows color (decimal): -13863647 or 2192684. OLE color: 2192684.

HSL color Cylindrical-coordinate representation of color #2C7521: hue angle of 112.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C7521 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 44 117 33 -
CMYK 0.62 0 0.72 0.54
HSL 112.14º 0.56% 0.29% -
HSV(B) 112.14º 0.72% 0.46% -
XYZ 7.67 13.37 3.61 -
YUV 85.6 98.32 98.33 -
System Red Green Blue C M Y K H S L
Decimal 44 117 33 0.62 0 0.72 0.54 112.14 0.56 0.29
Hex 2C 75 21 3E 0 48 36 70 38 1D
Octal 54 165 41 76 0 110 66 160 70 35
Binary 101100 1110101 100001 111110 0 1001000 110110 1110000 111000 11101

Color Harmonies of #2C7521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7521

Black with #2C7521

Text Example


Text Example

White with #2C7521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,117,33); }

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

background-color css

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

 a { background-color: rgb(44,117,33); }

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

border-color css

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

 span { border-color: rgb(44,117,33); }

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