Html Css Color HEX #2D712E Japanese Laurel

📋 copy color: '#2D712E'

red 45 ◦ green 113 ◦ blue 46

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

Shades of Japanese Laurel #2D712E

Tints of Japanese Laurel #2D712E

RGB

 RED value IS 45 (17.97% from 255) = 22.06%

 GREEN value IS 113 (44.53% from 255) = 55.39%

 BLUE value IS 46 (18.36% from 255) = 22.55%

R = 22.06%
G = 55.39%
B = 22.55%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#2D712E (or 0x2D712E) is known color: Japanese Laurel. HEX triplet: 2D, 71 and 2E. RGB value is (45,113,46). Sum of RGB (Red+Green+Blue) = 45+113+46=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 113 (44.53% from 255 or 55.39% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 113 - color contains mainly: green. Hex color #2D712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D712E is #D28ED1. Grayscale: #555555. Windows color (decimal): -13799122 or 3043629. OLE color: 3043629.

HSL color Cylindrical-coordinate representation of color #2D712E: hue angle of 120.88º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D712E is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 45 113 46 -
CMYK 0.60 0 0.59 0.56
HSL 120.88º 0.43% 0.31% -
HSV(B) 120.88º 0.6% 0.44% -
XYZ 7.48 12.57 4.62 -
YUV 85.03 105.97 99.45 -
System Red Green Blue C M Y K H S L
Decimal 45 113 46 0.60 0 0.59 0.56 120.88 0.43 0.31
Hex 2D 71 2E 3C 0 3B 38 79 2B 1F
Octal 55 161 56 74 0 73 70 171 53 37
Binary 101101 1110001 101110 111100 0 111011 111000 1111001 101011 11111

Color Harmonies of #2D712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D712E

Black with #2D712E

Text Example


Text Example

White with #2D712E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,113,46); }

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

background-color css

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

 a { background-color: rgb(45,113,46); }

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

border-color css

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

 span { border-color: rgb(45,113,46); }

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