Html Css Color HEX #298631 Japanese Laurel

📋 copy color: '#298631'

red 41 ◦ green 134 ◦ blue 49

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

Shades of Japanese Laurel #298631

Tints of Japanese Laurel #298631

RGB

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

 GREEN value IS 134 (52.73% from 255) = 59.82%

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

R = 18.3%
G = 59.82%
B = 21.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#298631 (or 0x298631) is known color: Japanese Laurel. HEX triplet: 29, 86 and 31. RGB value is (41,134,49). Sum of RGB (Red+Green+Blue) = 41+134+49=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #298631 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298631 is #D679CE. Grayscale: #606060. Windows color (decimal): -14055887 or 3245609. OLE color: 3245609.

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

Color convert

RGB 41 134 49 -
CMYK 0.69 0 0.63 0.47
HSL 125.16º 0.53% 0.34% -
HSV(B) 125.16º 0.69% 0.53% -
XYZ 9.99 17.74 5.8 -
YUV 96.5 101.19 88.41 -
System Red Green Blue C M Y K H S L
Decimal 41 134 49 0.69 0 0.63 0.47 125.16 0.53 0.34
Hex 29 86 31 45 0 3F 2F 7D 35 22
Octal 51 206 61 105 0 77 57 175 65 42
Binary 101001 10000110 110001 1000101 0 111111 101111 1111101 110101 100010

Color Harmonies of #298631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298631

Black with #298631

Text Example


Text Example

White with #298631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298631; }

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

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

background-color css

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

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

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

border-color css

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

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

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