Html Css Color HEX #2D843E Japanese Laurel

📋 copy color: '#2D843E'

red 45 ◦ green 132 ◦ blue 62

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

Shades of Japanese Laurel #2D843E

Tints of Japanese Laurel #2D843E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.23%

 BLUE value IS 62 (24.61% from 255) = 25.94%

R = 18.83%
G = 55.23%
B = 25.94%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#2D843E (or 0x2D843E) is known color: Japanese Laurel. HEX triplet: 2D, 84 and 3E. RGB value is (45,132,62). Sum of RGB (Red+Green+Blue) = 45+132+62=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #2D843E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D843E is #D27BC1. Grayscale: #626262. Windows color (decimal): -13794242 or 4097069. OLE color: 4097069.

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

Color convert

RGB 45 132 62 -
CMYK 0.66 0 0.53 0.48
HSL 131.72º 0.49% 0.35% -
HSV(B) 131.72º 0.66% 0.52% -
XYZ 10.2 17.41 7.38 -
YUV 98.01 107.68 90.19 -
System Red Green Blue C M Y K H S L
Decimal 45 132 62 0.66 0 0.53 0.48 131.72 0.49 0.35
Hex 2D 84 3E 42 0 35 30 84 31 23
Octal 55 204 76 102 0 65 60 204 61 43
Binary 101101 10000100 111110 1000010 0 110101 110000 10000100 110001 100011

Color Harmonies of #2D843E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D843E

Black with #2D843E

Text Example


Text Example

White with #2D843E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,132,62); }

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

background-color css

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

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

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

border-color css

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

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

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