Html Css Color HEX #298732 Japanese Laurel

📋 copy color: '#298732'

red 41 ◦ green 135 ◦ blue 50

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

Shades of Japanese Laurel #298732

Tints of Japanese Laurel #298732

RGB

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

 GREEN value IS 135 (53.13% from 255) = 59.73%

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

R = 18.14%
G = 59.73%
B = 22.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#298732 (or 0x298732) is known color: Japanese Laurel. HEX triplet: 29, 87 and 32. RGB value is (41,135,50). Sum of RGB (Red+Green+Blue) = 41+135+50=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 135 (53.12% from 255 or 59.73% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 135 - color contains mainly: green. Hex color #298732 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298732 is #D678CD. Grayscale: #616161. Windows color (decimal): -14055630 or 3311401. OLE color: 3311401.

HSL color Cylindrical-coordinate representation of color #298732: hue angle of 125.74º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298732 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 135 50 -
CMYK 0.70 0 0.63 0.47
HSL 125.74º 0.53% 0.35% -
HSV(B) 125.74º 0.7% 0.53% -
XYZ 10.15 18.03 5.96 -
YUV 97.2 101.36 87.91 -
System Red Green Blue C M Y K H S L
Decimal 41 135 50 0.70 0 0.63 0.47 125.74 0.53 0.35
Hex 29 87 32 46 0 3F 2F 7E 35 23
Octal 51 207 62 106 0 77 57 176 65 43
Binary 101001 10000111 110010 1000110 0 111111 101111 1111110 110101 100011

Color Harmonies of #298732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298732

Black with #298732

Text Example


Text Example

White with #298732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298732; }

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

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

background-color css

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

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

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

border-color css

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

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

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