Html Css Color HEX #28823E Japanese Laurel

📋 copy color: '#28823E'

red 40 ◦ green 130 ◦ blue 62

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

Shades of Japanese Laurel #28823E

Tints of Japanese Laurel #28823E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.72%

R = 17.24%
G = 56.03%
B = 26.72%

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

#28823E (or 0x28823E) is known color: Japanese Laurel. HEX triplet: 28, 82 and 3E. RGB value is (40,130,62). Sum of RGB (Red+Green+Blue) = 40+130+62=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #28823E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28823E is #D77DC1. Grayscale: #5F5F5F. Windows color (decimal): -14122434 or 4096552. OLE color: 4096552.

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

Color convert

RGB 40 130 62 -
CMYK 0.69 0 0.52 0.49
HSL 134.67º 0.53% 0.33% -
HSV(B) 134.67º 0.69% 0.51% -
XYZ 9.73 16.76 7.28 -
YUV 95.34 109.18 88.53 -
System Red Green Blue C M Y K H S L
Decimal 40 130 62 0.69 0 0.52 0.49 134.67 0.53 0.33
Hex 28 82 3E 45 0 34 31 87 35 21
Octal 50 202 76 105 0 64 61 207 65 41
Binary 101000 10000010 111110 1000101 0 110100 110001 10000111 110101 100001

Color Harmonies of #28823E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28823E

Black with #28823E

Text Example


Text Example

White with #28823E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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