Html Css Color HEX #298434 Japanese Laurel

📋 copy color: '#298434'

red 41 ◦ green 132 ◦ blue 52

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

Shades of Japanese Laurel #298434

Tints of Japanese Laurel #298434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.11%

R = 18.22%
G = 58.67%
B = 23.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#298434 (or 0x298434) is known color: Japanese Laurel. HEX triplet: 29, 84 and 34. RGB value is (41,132,52). Sum of RGB (Red+Green+Blue) = 41+132+52=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #298434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298434 is #D67BCB. Grayscale: #5F5F5F. Windows color (decimal): -14056396 or 3441705. OLE color: 3441705.

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

Color convert

RGB 41 132 52 -
CMYK 0.69 0 0.61 0.48
HSL 127.25º 0.53% 0.34% -
HSV(B) 127.25º 0.69% 0.52% -
XYZ 9.79 17.22 6.06 -
YUV 95.67 103.35 89 -
System Red Green Blue C M Y K H S L
Decimal 41 132 52 0.69 0 0.61 0.48 127.25 0.53 0.34
Hex 29 84 34 45 0 3D 30 7F 35 22
Octal 51 204 64 105 0 75 60 177 65 42
Binary 101001 10000100 110100 1000101 0 111101 110000 1111111 110101 100010

Color Harmonies of #298434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298434

Black with #298434

Text Example


Text Example

White with #298434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298434; }

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

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

background-color css

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

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

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

border-color css

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

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

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