Html Css Color HEX #288935 Japanese Laurel

📋 copy color: '#288935'

red 40 ◦ green 137 ◦ blue 53

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

Shades of Japanese Laurel #288935

Tints of Japanese Laurel #288935

RGB

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

 GREEN value IS 137 (53.91% from 255) = 59.57%

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

R = 17.39%
G = 59.57%
B = 23.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#288935 (or 0x288935) is known color: Japanese Laurel. HEX triplet: 28, 89 and 35. RGB value is (40,137,53). Sum of RGB (Red+Green+Blue) = 40+137+53=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 137 (53.91% from 255 or 59.57% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 137 - color contains mainly: green. Hex color #288935 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288935 is #D776CA. Grayscale: #626262. Windows color (decimal): -14120651 or 3508520. OLE color: 3508520.

HSL color Cylindrical-coordinate representation of color #288935: hue angle of 128.04º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288935 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 137 53 -
CMYK 0.71 0 0.61 0.46
HSL 128.04º 0.55% 0.35% -
HSV(B) 128.04º 0.71% 0.54% -
XYZ 10.46 18.6 6.41 -
YUV 98.42 102.36 86.33 -
System Red Green Blue C M Y K H S L
Decimal 40 137 53 0.71 0 0.61 0.46 128.04 0.55 0.35
Hex 28 89 35 47 0 3D 2E 80 37 23
Octal 50 211 65 107 0 75 56 200 67 43
Binary 101000 10001001 110101 1000111 0 111101 101110 10000000 110111 100011

Color Harmonies of #288935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288935

Black with #288935

Text Example


Text Example

White with #288935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288935; }

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

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

background-color css

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

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

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

border-color css

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

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

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