Html Css Color HEX #287B35 Japanese Laurel

📋 copy color: '#287B35'

red 40 ◦ green 123 ◦ blue 53

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

Shades of Japanese Laurel #287B35

Tints of Japanese Laurel #287B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 18.52%
G = 56.94%
B = 24.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.52

RGB Variations

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

Color information

#287B35 (or 0x287B35) is known color: Japanese Laurel. HEX triplet: 28, 7B and 35. RGB value is (40,123,53). Sum of RGB (Red+Green+Blue) = 40+123+53=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 123 (48.44% from 255 or 56.94% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 123 - color contains mainly: green. Hex color #287B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287B35 is #D784CA. Grayscale: #5A5A5A. Windows color (decimal): -14124235 or 3504936. OLE color: 3504936.

HSL color Cylindrical-coordinate representation of color #287B35: hue angle of 129.4º 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 #287B35 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 123 53 -
CMYK 0.67 0 0.57 0.52
HSL 129.4º 0.51% 0.32% -
HSV(B) 129.4º 0.67% 0.48% -
XYZ 8.6 14.87 5.79 -
YUV 90.2 107 92.19 -
System Red Green Blue C M Y K H S L
Decimal 40 123 53 0.67 0 0.57 0.52 129.4 0.51 0.32
Hex 28 7B 35 43 0 39 34 81 33 20
Octal 50 173 65 103 0 71 64 201 63 40
Binary 101000 1111011 110101 1000011 0 111001 110100 10000001 110011 100000

Color Harmonies of #287B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287B35

Black with #287B35

Text Example


Text Example

White with #287B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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