Html Css Color HEX #28813A Japanese Laurel

📋 copy color: '#28813A'

red 40 ◦ green 129 ◦ blue 58

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

Shades of Japanese Laurel #28813A

Tints of Japanese Laurel #28813A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 56.83%

 BLUE value IS 58 (23.05% from 255) = 25.55%

R = 17.62%
G = 56.83%
B = 25.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#28813A (or 0x28813A) is known color: Japanese Laurel. HEX triplet: 28, 81 and 3A. RGB value is (40,129,58). Sum of RGB (Red+Green+Blue) = 40+129+58=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #28813A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28813A is #D77EC5. Grayscale: #5E5E5E. Windows color (decimal): -14122694 or 3834152. OLE color: 3834152.

HSL color Cylindrical-coordinate representation of color #28813A: hue angle of 132.13º 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 #28813A is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 129 58 -
CMYK 0.69 0 0.55 0.49
HSL 132.13º 0.53% 0.33% -
HSV(B) 132.13º 0.69% 0.51% -
XYZ 9.49 16.46 6.68 -
YUV 94.3 107.51 89.27 -
System Red Green Blue C M Y K H S L
Decimal 40 129 58 0.69 0 0.55 0.49 132.13 0.53 0.33
Hex 28 81 3A 45 0 37 31 84 35 21
Octal 50 201 72 105 0 67 61 204 65 41
Binary 101000 10000001 111010 1000101 0 110111 110001 10000100 110101 100001

Color Harmonies of #28813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28813A

Black with #28813A

Text Example


Text Example

White with #28813A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28813A; }

 p { color: rgb(40,129,58); }

 H1.HeaderClassName
 {
   color: #28813A;
 }
 .AnyTagClassName
 {
   color: #28813A;
 }
</style>

background-color css

<style>
 a { background-color: #28813A; }

 a { background-color: rgb(40,129,58); }

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

border-color css

<style>
 span { border-color: #28813A; }

 span { border-color: rgb(40,129,58); }

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