Html Css Color HEX #298431 Japanese Laurel

📋 copy color: '#298431'

red 41 ◦ green 132 ◦ blue 49

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

Shades of Japanese Laurel #298431

Tints of Japanese Laurel #298431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.07%

R = 18.47%
G = 59.46%
B = 22.07%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#298431 (or 0x298431) is known color: Japanese Laurel. HEX triplet: 29, 84 and 31. RGB value is (41,132,49). Sum of RGB (Red+Green+Blue) = 41+132+49=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #298431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298431 is #D67BCE. Grayscale: #5F5F5F. Windows color (decimal): -14056399 or 3245097. OLE color: 3245097.

HSL color Cylindrical-coordinate representation of color #298431: hue angle of 125.27º 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 #298431 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 132 49 -
CMYK 0.69 0 0.63 0.48
HSL 125.27º 0.53% 0.34% -
HSV(B) 125.27º 0.69% 0.52% -
XYZ 9.72 17.2 5.71 -
YUV 95.33 101.85 89.25 -
System Red Green Blue C M Y K H S L
Decimal 41 132 49 0.69 0 0.63 0.48 125.27 0.53 0.34
Hex 29 84 31 45 0 3F 30 7D 35 22
Octal 51 204 61 105 0 77 60 175 65 42
Binary 101001 10000100 110001 1000101 0 111111 110000 1111101 110101 100010

Color Harmonies of #298431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298431

Black with #298431

Text Example


Text Example

White with #298431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298431; }

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

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

background-color css

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

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

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

border-color css

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

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

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