Html Css Color HEX #2D8340 Japanese Laurel

📋 copy color: '#2D8340'

red 45 ◦ green 131 ◦ blue 64

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

Shades of Japanese Laurel #2D8340

Tints of Japanese Laurel #2D8340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.58%

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

R = 18.75%
G = 54.58%
B = 26.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#2D8340 (or 0x2D8340) is known color: Japanese Laurel. HEX triplet: 2D, 83 and 40. RGB value is (45,131,64). Sum of RGB (Red+Green+Blue) = 45+131+64=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #2D8340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8340 is #D27CBF. Grayscale: #616161. Windows color (decimal): -13794496 or 4227885. OLE color: 4227885.

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

Color convert

RGB 45 131 64 -
CMYK 0.66 0 0.51 0.49
HSL 133.26º 0.49% 0.35% -
HSV(B) 133.26º 0.66% 0.51% -
XYZ 10.12 17.16 7.63 -
YUV 97.65 109.01 90.45 -
System Red Green Blue C M Y K H S L
Decimal 45 131 64 0.66 0 0.51 0.49 133.26 0.49 0.35
Hex 2D 83 40 42 0 33 31 85 31 23
Octal 55 203 100 102 0 63 61 205 61 43
Binary 101101 10000011 1000000 1000010 0 110011 110001 10000101 110001 100011

Color Harmonies of #2D8340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8340

Black with #2D8340

Text Example


Text Example

White with #2D8340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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