Html Css Color HEX #2C742D Japanese Laurel

📋 copy color: '#2C742D'

red 44 ◦ green 116 ◦ blue 45

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

Shades of Japanese Laurel #2C742D

Tints of Japanese Laurel #2C742D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.59%

 BLUE value IS 45 (17.97% from 255) = 21.95%

R = 21.46%
G = 56.59%
B = 21.95%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#2C742D (or 0x2C742D) is known color: Japanese Laurel. HEX triplet: 2C, 74 and 2D. RGB value is (44,116,45). Sum of RGB (Red+Green+Blue) = 44+116+45=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #2C742D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C742D is #D38BD2. Grayscale: #565656. Windows color (decimal): -13863891 or 2978860. OLE color: 2978860.

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

Color convert

RGB 44 116 45 -
CMYK 0.62 0 0.61 0.55
HSL 120.83º 0.45% 0.31% -
HSV(B) 120.83º 0.62% 0.45% -
XYZ 7.76 13.22 4.62 -
YUV 86.38 104.65 97.77 -
System Red Green Blue C M Y K H S L
Decimal 44 116 45 0.62 0 0.61 0.55 120.83 0.45 0.31
Hex 2C 74 2D 3E 0 3D 37 79 2D 1F
Octal 54 164 55 76 0 75 67 171 55 37
Binary 101100 1110100 101101 111110 0 111101 110111 1111001 101101 11111

Color Harmonies of #2C742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C742D

Black with #2C742D

Text Example


Text Example

White with #2C742D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,116,45); }

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

background-color css

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

 a { background-color: rgb(44,116,45); }

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

border-color css

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

 span { border-color: rgb(44,116,45); }

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