Html Css Color HEX #28813D Japanese Laurel

📋 copy color: '#28813D'

red 40 ◦ green 129 ◦ blue 61

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

Shades of Japanese Laurel #28813D

Tints of Japanese Laurel #28813D

RGB

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

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

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

R = 17.39%
G = 56.09%
B = 26.52%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#28813D (or 0x28813D) is known color: Japanese Laurel. HEX triplet: 28, 81 and 3D. RGB value is (40,129,61). Sum of RGB (Red+Green+Blue) = 40+129+61=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 129 (50.78% from 255 or 56.09% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 129 - color contains mainly: green. Hex color #28813D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28813D is #D77EC2. Grayscale: #5E5E5E. Windows color (decimal): -14122691 or 4030760. OLE color: 4030760.

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

Color convert

RGB 40 129 61 -
CMYK 0.69 0 0.53 0.49
HSL 134.16º 0.53% 0.33% -
HSV(B) 134.16º 0.69% 0.51% -
XYZ 9.57 16.49 7.09 -
YUV 94.64 109.01 89.03 -
System Red Green Blue C M Y K H S L
Decimal 40 129 61 0.69 0 0.53 0.49 134.16 0.53 0.33
Hex 28 81 3D 45 0 35 31 86 35 21
Octal 50 201 75 105 0 65 61 206 65 41
Binary 101000 10000001 111101 1000101 0 110101 110001 10000110 110101 100001

Color Harmonies of #28813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28813D

Black with #28813D

Text Example


Text Example

White with #28813D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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