Html Css Color HEX #28863D Japanese Laurel

📋 copy color: '#28863D'

red 40 ◦ green 134 ◦ blue 61

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

Shades of Japanese Laurel #28863D

Tints of Japanese Laurel #28863D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.02%

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

R = 17.02%
G = 57.02%
B = 25.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#28863D (or 0x28863D) is known color: Japanese Laurel. HEX triplet: 28, 86 and 3D. RGB value is (40,134,61). Sum of RGB (Red+Green+Blue) = 40+134+61=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #28863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28863D is #D779C2. Grayscale: #616161. Windows color (decimal): -14121411 or 4032040. OLE color: 4032040.

HSL color Cylindrical-coordinate representation of color #28863D: hue angle of 133.4º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28863D is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 134 61 -
CMYK 0.70 0 0.54 0.47
HSL 133.4º 0.54% 0.34% -
HSV(B) 133.4º 0.7% 0.53% -
XYZ 10.24 17.84 7.32 -
YUV 97.57 107.36 86.94 -
System Red Green Blue C M Y K H S L
Decimal 40 134 61 0.70 0 0.54 0.47 133.4 0.54 0.34
Hex 28 86 3D 46 0 36 2F 85 36 22
Octal 50 206 75 106 0 66 57 205 66 42
Binary 101000 10000110 111101 1000110 0 110110 101111 10000101 110110 100010

Color Harmonies of #28863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28863D

Black with #28863D

Text Example


Text Example

White with #28863D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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