Html Css Color HEX #2D823D Japanese Laurel

📋 copy color: '#2D823D'

red 45 ◦ green 130 ◦ blue 61

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

Shades of Japanese Laurel #2D823D

Tints of Japanese Laurel #2D823D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.08%

 BLUE value IS 61 (24.22% from 255) = 25.85%

R = 19.07%
G = 55.08%
B = 25.85%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#2D823D (or 0x2D823D) is known color: Japanese Laurel. HEX triplet: 2D, 82 and 3D. RGB value is (45,130,61). Sum of RGB (Red+Green+Blue) = 45+130+61=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #2D823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D823D is #D27DC2. Grayscale: #606060. Windows color (decimal): -13794755 or 4031021. OLE color: 4031021.

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

Color convert

RGB 45 130 61 -
CMYK 0.65 0 0.53 0.49
HSL 131.29º 0.49% 0.34% -
HSV(B) 131.29º 0.65% 0.51% -
XYZ 9.91 16.86 7.15 -
YUV 96.72 107.84 91.11 -
System Red Green Blue C M Y K H S L
Decimal 45 130 61 0.65 0 0.53 0.49 131.29 0.49 0.34
Hex 2D 82 3D 41 0 35 31 83 31 22
Octal 55 202 75 101 0 65 61 203 61 42
Binary 101101 10000010 111101 1000001 0 110101 110001 10000011 110001 100010

Color Harmonies of #2D823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D823D

Black with #2D823D

Text Example


Text Example

White with #2D823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,130,61); }

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

background-color css

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

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

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

border-color css

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

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

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