Html Css Color HEX #2D822D Japanese Laurel

📋 copy color: '#2D822D'

red 45 ◦ green 130 ◦ blue 45

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

Shades of Japanese Laurel #2D822D

Tints of Japanese Laurel #2D822D

RGB

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

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

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

R = 20.45%
G = 59.09%
B = 20.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#2D822D (or 0x2D822D) is known color: Japanese Laurel. HEX triplet: 2D, 82 and 2D. RGB value is (45,130,45). Sum of RGB (Red+Green+Blue) = 45+130+45=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #2D822D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D822D is #D27DD2. Grayscale: #5F5F5F. Windows color (decimal): -13794771 or 2982445. OLE color: 2982445.

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

Color convert

RGB 45 130 45 -
CMYK 0.65 0 0.65 0.49
HSL 120º 0.49% 0.34% -
HSV(B) 120º 0.65% 0.51% -
XYZ 9.54 16.71 5.21 -
YUV 94.9 99.84 92.41 -
System Red Green Blue C M Y K H S L
Decimal 45 130 45 0.65 0 0.65 0.49 120 0.49 0.34
Hex 2D 82 2D 41 0 41 31 78 31 22
Octal 55 202 55 101 0 101 61 170 61 42
Binary 101101 10000010 101101 1000001 0 1000001 110001 1111000 110001 100010

Color Harmonies of #2D822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D822D

Black with #2D822D

Text Example


Text Example

White with #2D822D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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