Html Css Color HEX #287B2A Japanese Laurel

📋 copy color: '#287B2A'

red 40 ◦ green 123 ◦ blue 42

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

Shades of Japanese Laurel #287B2A

Tints of Japanese Laurel #287B2A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 60%

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

R = 19.51%
G = 60%
B = 20.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#287B2A (or 0x287B2A) is known color: Japanese Laurel. HEX triplet: 28, 7B and 2A. RGB value is (40,123,42). Sum of RGB (Red+Green+Blue) = 40+123+42=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 123 (48.44% from 255 or 60% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 123 - color contains mainly: green. Hex color #287B2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287B2A is #D784D5. Grayscale: #595959. Windows color (decimal): -14124246 or 2784040. OLE color: 2784040.

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

Color convert

RGB 40 123 42 -
CMYK 0.67 0 0.66 0.52
HSL 121.45º 0.51% 0.32% -
HSV(B) 121.45º 0.67% 0.48% -
XYZ 8.38 14.78 4.6 -
YUV 88.95 101.5 93.09 -
System Red Green Blue C M Y K H S L
Decimal 40 123 42 0.67 0 0.66 0.52 121.45 0.51 0.32
Hex 28 7B 2A 43 0 42 34 79 33 20
Octal 50 173 52 103 0 102 64 171 63 40
Binary 101000 1111011 101010 1000011 0 1000010 110100 1111001 110011 100000

Color Harmonies of #287B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287B2A

Black with #287B2A

Text Example


Text Example

White with #287B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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