Html Css Color HEX #298432 Japanese Laurel

📋 copy color: '#298432'

red 41 ◦ green 132 ◦ blue 50

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

Shades of Japanese Laurel #298432

Tints of Japanese Laurel #298432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.42%

R = 18.39%
G = 59.19%
B = 22.42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#298432 (or 0x298432) is known color: Japanese Laurel. HEX triplet: 29, 84 and 32. RGB value is (41,132,50). Sum of RGB (Red+Green+Blue) = 41+132+50=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #298432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298432 is #D67BCD. Grayscale: #5F5F5F. Windows color (decimal): -14056398 or 3310633. OLE color: 3310633.

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

Color convert

RGB 41 132 50 -
CMYK 0.69 0 0.62 0.48
HSL 125.93º 0.53% 0.34% -
HSV(B) 125.93º 0.69% 0.52% -
XYZ 9.74 17.2 5.82 -
YUV 95.44 102.35 89.17 -
System Red Green Blue C M Y K H S L
Decimal 41 132 50 0.69 0 0.62 0.48 125.93 0.53 0.34
Hex 29 84 32 45 0 3E 30 7E 35 22
Octal 51 204 62 105 0 76 60 176 65 42
Binary 101001 10000100 110010 1000101 0 111110 110000 1111110 110101 100010

Color Harmonies of #298432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298432

Black with #298432

Text Example


Text Example

White with #298432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298432; }

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

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

background-color css

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

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

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

border-color css

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

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

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