Html Css Color HEX #298340 Japanese Laurel

📋 copy color: '#298340'

red 41 ◦ green 131 ◦ blue 64

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

Shades of Japanese Laurel #298340

Tints of Japanese Laurel #298340

RGB

 RED value IS 41 (16.41% from 255) = 17.37%

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

 BLUE value IS 64 (25.39% from 255) = 27.12%

R = 17.37%
G = 55.51%
B = 27.12%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#298340 (or 0x298340) is known color: Japanese Laurel. HEX triplet: 29, 83 and 40. RGB value is (41,131,64). Sum of RGB (Red+Green+Blue) = 41+131+64=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #298340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298340 is #D67CBF. Grayscale: #606060. Windows color (decimal): -14056640 or 4227881. OLE color: 4227881.

HSL color Cylindrical-coordinate representation of color #298340: hue angle of 135.33º degrees, saturation: 0.52, 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 #298340 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 131 64 -
CMYK 0.69 0 0.51 0.49
HSL 135.33º 0.52% 0.34% -
HSV(B) 135.33º 0.69% 0.51% -
XYZ 9.96 17.07 7.62 -
YUV 96.45 109.68 88.45 -
System Red Green Blue C M Y K H S L
Decimal 41 131 64 0.69 0 0.51 0.49 135.33 0.52 0.34
Hex 29 83 40 45 0 33 31 87 34 22
Octal 51 203 100 105 0 63 61 207 64 42
Binary 101001 10000011 1000000 1000101 0 110011 110001 10000111 110100 100010

Color Harmonies of #298340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298340

Black with #298340

Text Example


Text Example

White with #298340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298340; }

 p { color: rgb(41,131,64); }

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

background-color css

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

 a { background-color: rgb(41,131,64); }

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

border-color css

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

 span { border-color: rgb(41,131,64); }

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