Html Css Color HEX #28822D Japanese Laurel

📋 copy color: '#28822D'

red 40 ◦ green 130 ◦ blue 45

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

Shades of Japanese Laurel #28822D

Tints of Japanese Laurel #28822D

RGB

 RED value IS 40 (16.02% from 255) = 18.6%

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

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

R = 18.6%
G = 60.47%
B = 20.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#28822D (or 0x28822D) is known color: Japanese Laurel. HEX triplet: 28, 82 and 2D. RGB value is (40,130,45). Sum of RGB (Red+Green+Blue) = 40+130+45=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #28822D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28822D is #D77DD2. Grayscale: #5D5D5D. Windows color (decimal): -14122451 or 2982440. OLE color: 2982440.

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

Color convert

RGB 40 130 45 -
CMYK 0.69 0 0.65 0.49
HSL 123.33º 0.53% 0.33% -
HSV(B) 123.33º 0.69% 0.51% -
XYZ 9.33 16.61 5.2 -
YUV 93.4 100.68 89.91 -
System Red Green Blue C M Y K H S L
Decimal 40 130 45 0.69 0 0.65 0.49 123.33 0.53 0.33
Hex 28 82 2D 45 0 41 31 7B 35 21
Octal 50 202 55 105 0 101 61 173 65 41
Binary 101000 10000010 101101 1000101 0 1000001 110001 1111011 110101 100001

Color Harmonies of #28822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28822D

Black with #28822D

Text Example


Text Example

White with #28822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28822D; }

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

 H1.HeaderClassName
 {
   color: #28822D;
 }
 .AnyTagClassName
 {
   color: #28822D;
 }
</style>

background-color css

<style>
 a { background-color: #28822D; }

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

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

border-color css

<style>
 span { border-color: #28822D; }

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

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