Html Css Color HEX #297734 Japanese Laurel

📋 copy color: '#297734'

red 41 ◦ green 119 ◦ blue 52

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

Shades of Japanese Laurel #297734

Tints of Japanese Laurel #297734

RGB

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

 GREEN value IS 119 (46.88% from 255) = 56.13%

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

R = 19.34%
G = 56.13%
B = 24.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#297734 (or 0x297734) is known color: Japanese Laurel. HEX triplet: 29, 77 and 34. RGB value is (41,119,52). Sum of RGB (Red+Green+Blue) = 41+119+52=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #297734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297734 is #D688CB. Grayscale: #585858. Windows color (decimal): -14059724 or 3438377. OLE color: 3438377.

HSL color Cylindrical-coordinate representation of color #297734: hue angle of 128.46º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297734 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 119 52 -
CMYK 0.66 0 0.56 0.53
HSL 128.46º 0.49% 0.31% -
HSV(B) 128.46º 0.66% 0.47% -
XYZ 8.13 13.91 5.51 -
YUV 88.04 107.66 94.45 -
System Red Green Blue C M Y K H S L
Decimal 41 119 52 0.66 0 0.56 0.53 128.46 0.49 0.31
Hex 29 77 34 42 0 38 35 80 31 1F
Octal 51 167 64 102 0 70 65 200 61 37
Binary 101001 1110111 110100 1000010 0 111000 110101 10000000 110001 11111

Color Harmonies of #297734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297734

Black with #297734

Text Example


Text Example

White with #297734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297734; }

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

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

background-color css

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

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

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

border-color css

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

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

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