Html Css Color HEX #28853D Japanese Laurel

📋 copy color: '#28853D'

red 40 ◦ green 133 ◦ blue 61

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

Shades of Japanese Laurel #28853D

Tints of Japanese Laurel #28853D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.84%

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

R = 17.09%
G = 56.84%
B = 26.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#28853D (or 0x28853D) is known color: Japanese Laurel. HEX triplet: 28, 85 and 3D. RGB value is (40,133,61). Sum of RGB (Red+Green+Blue) = 40+133+61=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #28853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28853D is #D77AC2. Grayscale: #616161. Windows color (decimal): -14121667 or 4031784. OLE color: 4031784.

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

Color convert

RGB 40 133 61 -
CMYK 0.70 0 0.54 0.48
HSL 133.55º 0.54% 0.34% -
HSV(B) 133.55º 0.7% 0.52% -
XYZ 10.1 17.56 7.27 -
YUV 96.99 107.69 87.35 -
System Red Green Blue C M Y K H S L
Decimal 40 133 61 0.70 0 0.54 0.48 133.55 0.54 0.34
Hex 28 85 3D 46 0 36 30 86 36 22
Octal 50 205 75 106 0 66 60 206 66 42
Binary 101000 10000101 111101 1000110 0 110110 110000 10000110 110110 100010

Color Harmonies of #28853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28853D

Black with #28853D

Text Example


Text Example

White with #28853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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