Html Css Color HEX #28863A Japanese Laurel

📋 copy color: '#28863A'

red 40 ◦ green 134 ◦ blue 58

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

Shades of Japanese Laurel #28863A

Tints of Japanese Laurel #28863A

RGB

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

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

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

R = 17.24%
G = 57.76%
B = 25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#28863A (or 0x28863A) is known color: Japanese Laurel. HEX triplet: 28, 86 and 3A. RGB value is (40,134,58). Sum of RGB (Red+Green+Blue) = 40+134+58=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #28863A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28863A is #D779C5. Grayscale: #616161. Windows color (decimal): -14121414 or 3835432. OLE color: 3835432.

HSL color Cylindrical-coordinate representation of color #28863A: hue angle of 131.49º 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 #28863A is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 134 58 -
CMYK 0.70 0 0.57 0.47
HSL 131.49º 0.54% 0.34% -
HSV(B) 131.49º 0.7% 0.53% -
XYZ 10.16 17.81 6.9 -
YUV 97.23 105.86 87.18 -
System Red Green Blue C M Y K H S L
Decimal 40 134 58 0.70 0 0.57 0.47 131.49 0.54 0.34
Hex 28 86 3A 46 0 39 2F 83 36 22
Octal 50 206 72 106 0 71 57 203 66 42
Binary 101000 10000110 111010 1000110 0 111001 101111 10000011 110110 100010

Color Harmonies of #28863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28863A

Black with #28863A

Text Example


Text Example

White with #28863A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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