Html Css Color HEX #298240 Japanese Laurel

📋 copy color: '#298240'

red 41 ◦ green 130 ◦ blue 64

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

Shades of Japanese Laurel #298240

Tints of Japanese Laurel #298240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.32%

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

R = 17.45%
G = 55.32%
B = 27.23%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#298240 (or 0x298240) is known color: Japanese Laurel. HEX triplet: 29, 82 and 40. RGB value is (41,130,64). Sum of RGB (Red+Green+Blue) = 41+130+64=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #298240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298240 is #D67DBF. Grayscale: #606060. Windows color (decimal): -14056896 or 4227625. OLE color: 4227625.

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

Color convert

RGB 41 130 64 -
CMYK 0.68 0 0.51 0.49
HSL 135.51º 0.52% 0.34% -
HSV(B) 135.51º 0.68% 0.51% -
XYZ 9.82 16.81 7.58 -
YUV 95.87 110.01 88.87 -
System Red Green Blue C M Y K H S L
Decimal 41 130 64 0.68 0 0.51 0.49 135.51 0.52 0.34
Hex 29 82 40 44 0 33 31 88 34 22
Octal 51 202 100 104 0 63 61 210 64 42
Binary 101001 10000010 1000000 1000100 0 110011 110001 10001000 110100 100010

Color Harmonies of #298240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298240

Black with #298240

Text Example


Text Example

White with #298240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298240; }

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

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

background-color css

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

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

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

border-color css

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

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

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