Html Css Color HEX #298634 Japanese Laurel

📋 copy color: '#298634'

red 41 ◦ green 134 ◦ blue 52

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

Shades of Japanese Laurel #298634

Tints of Japanese Laurel #298634

RGB

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

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

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

R = 18.06%
G = 59.03%
B = 22.91%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#298634 (or 0x298634) is known color: Japanese Laurel. HEX triplet: 29, 86 and 34. RGB value is (41,134,52). Sum of RGB (Red+Green+Blue) = 41+134+52=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #298634 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298634 is #D679CB. Grayscale: #616161. Windows color (decimal): -14055884 or 3442217. OLE color: 3442217.

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

Color convert

RGB 41 134 52 -
CMYK 0.69 0 0.61 0.47
HSL 127.1º 0.53% 0.34% -
HSV(B) 127.1º 0.69% 0.53% -
XYZ 10.06 17.77 6.15 -
YUV 96.85 102.69 88.17 -
System Red Green Blue C M Y K H S L
Decimal 41 134 52 0.69 0 0.61 0.47 127.1 0.53 0.34
Hex 29 86 34 45 0 3D 2F 7F 35 22
Octal 51 206 64 105 0 75 57 177 65 42
Binary 101001 10000110 110100 1000101 0 111101 101111 1111111 110101 100010

Color Harmonies of #298634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298634

Black with #298634

Text Example


Text Example

White with #298634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298634; }

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

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

background-color css

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

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

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

border-color css

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

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

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