Html Css Color HEX #28853A Japanese Laurel

📋 copy color: '#28853A'

red 40 ◦ green 133 ◦ blue 58

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

Shades of Japanese Laurel #28853A

Tints of Japanese Laurel #28853A

RGB

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

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

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

R = 17.32%
G = 57.58%
B = 25.11%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#28853A (or 0x28853A) is known color: Japanese Laurel. HEX triplet: 28, 85 and 3A. RGB value is (40,133,58). Sum of RGB (Red+Green+Blue) = 40+133+58=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #28853A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28853A is #D77AC5. Grayscale: #606060. Windows color (decimal): -14121670 or 3835176. OLE color: 3835176.

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

Color convert

RGB 40 133 58 -
CMYK 0.70 0 0.56 0.48
HSL 131.61º 0.54% 0.34% -
HSV(B) 131.61º 0.7% 0.52% -
XYZ 10.03 17.53 6.86 -
YUV 96.64 106.19 87.6 -
System Red Green Blue C M Y K H S L
Decimal 40 133 58 0.70 0 0.56 0.48 131.61 0.54 0.34
Hex 28 85 3A 46 0 38 30 84 36 22
Octal 50 205 72 106 0 70 60 204 66 42
Binary 101000 10000101 111010 1000110 0 111000 110000 10000100 110110 100010

Color Harmonies of #28853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28853A

Black with #28853A

Text Example


Text Example

White with #28853A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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