Html Css Color HEX #287E2A Japanese Laurel

📋 copy color: '#287E2A'

red 40 ◦ green 126 ◦ blue 42

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

Shades of Japanese Laurel #287E2A

Tints of Japanese Laurel #287E2A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 60.58%

 BLUE value IS 42 (16.8% from 255) = 20.19%

R = 19.23%
G = 60.58%
B = 20.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#287E2A (or 0x287E2A) is known color: Japanese Laurel. HEX triplet: 28, 7E and 2A. RGB value is (40,126,42). Sum of RGB (Red+Green+Blue) = 40+126+42=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 126 (49.61% from 255 or 60.58% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 126 - color contains mainly: green. Hex color #287E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287E2A is #D781D5. Grayscale: #5A5A5A. Windows color (decimal): -14123478 or 2784808. OLE color: 2784808.

HSL color Cylindrical-coordinate representation of color #287E2A: hue angle of 121.4º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287E2A is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 126 42 -
CMYK 0.68 0 0.67 0.51
HSL 121.4º 0.52% 0.33% -
HSV(B) 121.4º 0.68% 0.49% -
XYZ 8.75 15.54 4.73 -
YUV 90.71 100.51 91.83 -
System Red Green Blue C M Y K H S L
Decimal 40 126 42 0.68 0 0.67 0.51 121.4 0.52 0.33
Hex 28 7E 2A 44 0 43 33 79 34 21
Octal 50 176 52 104 0 103 63 171 64 41
Binary 101000 1111110 101010 1000100 0 1000011 110011 1111001 110100 100001

Color Harmonies of #287E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287E2A

Black with #287E2A

Text Example


Text Example

White with #287E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287E2A; }

 p { color: rgb(40,126,42); }

 H1.HeaderClassName
 {
   color: #287E2A;
 }
 .AnyTagClassName
 {
   color: #287E2A;
 }
</style>

background-color css

<style>
 a { background-color: #287E2A; }

 a { background-color: rgb(40,126,42); }

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

border-color css

<style>
 span { border-color: #287E2A; }

 span { border-color: rgb(40,126,42); }

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