Html Css Color HEX #28823F Japanese Laurel

📋 copy color: '#28823F'

red 40 ◦ green 130 ◦ blue 63

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

Shades of Japanese Laurel #28823F

Tints of Japanese Laurel #28823F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.79%

 BLUE value IS 63 (25% from 255) = 27.04%

R = 17.17%
G = 55.79%
B = 27.04%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#28823F (or 0x28823F) is known color: Japanese Laurel. HEX triplet: 28, 82 and 3F. RGB value is (40,130,63). Sum of RGB (Red+Green+Blue) = 40+130+63=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #28823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28823F is #D77DC0. Grayscale: #5F5F5F. Windows color (decimal): -14122433 or 4162088. OLE color: 4162088.

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

Color convert

RGB 40 130 63 -
CMYK 0.69 0 0.52 0.49
HSL 135.33º 0.53% 0.33% -
HSV(B) 135.33º 0.69% 0.51% -
XYZ 9.75 16.78 7.43 -
YUV 95.45 109.68 88.45 -
System Red Green Blue C M Y K H S L
Decimal 40 130 63 0.69 0 0.52 0.49 135.33 0.53 0.33
Hex 28 82 3F 45 0 34 31 87 35 21
Octal 50 202 77 105 0 64 61 207 65 41
Binary 101000 10000010 111111 1000101 0 110100 110001 10000111 110101 100001

Color Harmonies of #28823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28823F

Black with #28823F

Text Example


Text Example

White with #28823F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28823F; }

 p { color: rgb(40,130,63); }

 H1.HeaderClassName
 {
   color: #28823F;
 }
 .AnyTagClassName
 {
   color: #28823F;
 }
</style>

background-color css

<style>
 a { background-color: #28823F; }

 a { background-color: rgb(40,130,63); }

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

border-color css

<style>
 span { border-color: #28823F; }

 span { border-color: rgb(40,130,63); }

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