Html Css Color HEX #288338 Japanese Laurel

📋 copy color: '#288338'

red 40 ◦ green 131 ◦ blue 56

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

Shades of Japanese Laurel #288338

Tints of Japanese Laurel #288338

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.71%

 BLUE value IS 56 (22.27% from 255) = 24.67%

R = 17.62%
G = 57.71%
B = 24.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#288338 (or 0x288338) is known color: Japanese Laurel. HEX triplet: 28, 83 and 38. RGB value is (40,131,56). Sum of RGB (Red+Green+Blue) = 40+131+56=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 131 (51.56% from 255 or 57.71% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 131 - color contains mainly: green. Hex color #288338 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288338 is #D77CC7. Grayscale: #5F5F5F. Windows color (decimal): -14122184 or 3703592. OLE color: 3703592.

HSL color Cylindrical-coordinate representation of color #288338: hue angle of 130.55º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288338 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 131 56 -
CMYK 0.69 0 0.57 0.49
HSL 130.55º 0.53% 0.34% -
HSV(B) 130.55º 0.69% 0.51% -
XYZ 9.71 16.97 6.51 -
YUV 95.24 105.85 88.6 -
System Red Green Blue C M Y K H S L
Decimal 40 131 56 0.69 0 0.57 0.49 130.55 0.53 0.34
Hex 28 83 38 45 0 39 31 83 35 22
Octal 50 203 70 105 0 71 61 203 65 42
Binary 101000 10000011 111000 1000101 0 111001 110001 10000011 110101 100010

Color Harmonies of #288338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288338

Black with #288338

Text Example


Text Example

White with #288338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288338; }

 p { color: rgb(40,131,56); }

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

background-color css

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

 a { background-color: rgb(40,131,56); }

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

border-color css

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

 span { border-color: rgb(40,131,56); }

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