Html Css Color HEX #2D822C Japanese Laurel

📋 copy color: '#2D822C'

red 45 ◦ green 130 ◦ blue 44

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

Shades of Japanese Laurel #2D822C

Tints of Japanese Laurel #2D822C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.09%

R = 20.55%
G = 59.36%
B = 20.09%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#2D822C (or 0x2D822C) is known color: Japanese Laurel. HEX triplet: 2D, 82 and 2C. RGB value is (45,130,44). Sum of RGB (Red+Green+Blue) = 45+130+44=219 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.55% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #2D822C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D822C is #D27DD3. Grayscale: #5F5F5F. Windows color (decimal): -13794772 or 2916909. OLE color: 2916909.

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

Color convert

RGB 45 130 44 -
CMYK 0.65 0 0.66 0.49
HSL 119.3º 0.49% 0.34% -
HSV(B) 119.3º 0.66% 0.51% -
XYZ 9.52 16.71 5.11 -
YUV 94.78 99.34 92.49 -
System Red Green Blue C M Y K H S L
Decimal 45 130 44 0.65 0 0.66 0.49 119.3 0.49 0.34
Hex 2D 82 2C 41 0 42 31 77 31 22
Octal 55 202 54 101 0 102 61 167 61 42
Binary 101101 10000010 101100 1000001 0 1000010 110001 1110111 110001 100010

Color Harmonies of #2D822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D822C

Black with #2D822C

Text Example


Text Example

White with #2D822C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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