Html Css Color HEX #2D7D40 Japanese Laurel

📋 copy color: '#2D7D40'

red 45 ◦ green 125 ◦ blue 64

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

Shades of Japanese Laurel #2D7D40

Tints of Japanese Laurel #2D7D40

RGB

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

 GREEN value IS 125 (49.22% from 255) = 53.42%

 BLUE value IS 64 (25.39% from 255) = 27.35%

R = 19.23%
G = 53.42%
B = 27.35%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#2D7D40 (or 0x2D7D40) is known color: Japanese Laurel. HEX triplet: 2D, 7D and 40. RGB value is (45,125,64). Sum of RGB (Red+Green+Blue) = 45+125+64=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 125 (49.22% from 255 or 53.42% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 125 - color contains mainly: green. Hex color #2D7D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7D40 is #D282BF. Grayscale: #5E5E5E. Windows color (decimal): -13796032 or 4226349. OLE color: 4226349.

HSL color Cylindrical-coordinate representation of color #2D7D40: hue angle of 134.25º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D7D40 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB 45 125 64 -
CMYK 0.64 0 0.49 0.51
HSL 134.25º 0.47% 0.33% -
HSV(B) 134.25º 0.64% 0.49% -
XYZ 9.34 15.6 7.37 -
YUV 94.13 111 92.96 -
System Red Green Blue C M Y K H S L
Decimal 45 125 64 0.64 0 0.49 0.51 134.25 0.47 0.33
Hex 2D 7D 40 40 0 31 33 86 2F 21
Octal 55 175 100 100 0 61 63 206 57 41
Binary 101101 1111101 1000000 1000000 0 110001 110011 10000110 101111 100001

Color Harmonies of #2D7D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7D40

Black with #2D7D40

Text Example


Text Example

White with #2D7D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,125,64); }

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

background-color css

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

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

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

border-color css

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

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

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