Html Css Color HEX #2D712D Japanese Laurel

📋 copy color: '#2D712D'

red 45 ◦ green 113 ◦ blue 45

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

Shades of Japanese Laurel #2D712D

Tints of Japanese Laurel #2D712D

RGB

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

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

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

R = 22.17%
G = 55.67%
B = 22.17%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#2D712D (or 0x2D712D) is known color: Japanese Laurel. HEX triplet: 2D, 71 and 2D. RGB value is (45,113,45). Sum of RGB (Red+Green+Blue) = 45+113+45=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #2D712D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D712D is #D28ED2. Grayscale: #555555. Windows color (decimal): -13799123 or 2978093. OLE color: 2978093.

HSL color Cylindrical-coordinate representation of color #2D712D: hue angle of 120º 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 #2D712D is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 45 113 45 -
CMYK 0.60 0 0.60 0.56
HSL 120º 0.43% 0.31% -
HSV(B) 120º 0.6% 0.44% -
XYZ 7.46 12.56 4.51 -
YUV 84.92 105.47 99.53 -
System Red Green Blue C M Y K H S L
Decimal 45 113 45 0.60 0 0.60 0.56 120 0.43 0.31
Hex 2D 71 2D 3C 0 3C 38 78 2B 1F
Octal 55 161 55 74 0 74 70 170 53 37
Binary 101101 1110001 101101 111100 0 111100 111000 1111000 101011 11111

Color Harmonies of #2D712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D712D

Black with #2D712D

Text Example


Text Example

White with #2D712D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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