Html Css Color HEX #298440 Japanese Laurel

📋 copy color: '#298440'

red 41 ◦ green 132 ◦ blue 64

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

Shades of Japanese Laurel #298440

Tints of Japanese Laurel #298440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.7%

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

R = 17.3%
G = 55.7%
B = 27%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#298440 (or 0x298440) is known color: Japanese Laurel. HEX triplet: 29, 84 and 40. RGB value is (41,132,64). Sum of RGB (Red+Green+Blue) = 41+132+64=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #298440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298440 is #D67BBF. Grayscale: #616161. Windows color (decimal): -14056384 or 4228137. OLE color: 4228137.

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

Color convert

RGB 41 132 64 -
CMYK 0.69 0 0.52 0.48
HSL 135.16º 0.53% 0.34% -
HSV(B) 135.16º 0.69% 0.52% -
XYZ 10.09 17.34 7.67 -
YUV 97.04 109.35 88.03 -
System Red Green Blue C M Y K H S L
Decimal 41 132 64 0.69 0 0.52 0.48 135.16 0.53 0.34
Hex 29 84 40 45 0 34 30 87 35 22
Octal 51 204 100 105 0 64 60 207 65 42
Binary 101001 10000100 1000000 1000101 0 110100 110000 10000111 110101 100010

Color Harmonies of #298440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298440

Black with #298440

Text Example


Text Example

White with #298440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298440; }

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

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

background-color css

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

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

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

border-color css

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

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

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