Html Css Color HEX #297B34 Japanese Laurel

📋 copy color: '#297B34'

red 41 ◦ green 123 ◦ blue 52

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

Shades of Japanese Laurel #297B34

Tints of Japanese Laurel #297B34

RGB

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

 GREEN value IS 123 (48.44% from 255) = 56.94%

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

R = 18.98%
G = 56.94%
B = 24.07%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.52

RGB Variations

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

Color information

#297B34 (or 0x297B34) is known color: Japanese Laurel. HEX triplet: 29, 7B and 34. RGB value is (41,123,52). Sum of RGB (Red+Green+Blue) = 41+123+52=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 123 (48.44% from 255 or 56.94% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 123 - color contains mainly: green. Hex color #297B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297B34 is #D684CB. Grayscale: #5A5A5A. Windows color (decimal): -14058700 or 3439401. OLE color: 3439401.

HSL color Cylindrical-coordinate representation of color #297B34: hue angle of 128.05º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297B34 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 123 52 -
CMYK 0.67 0 0.58 0.52
HSL 128.05º 0.5% 0.32% -
HSV(B) 128.05º 0.67% 0.48% -
XYZ 8.62 14.89 5.67 -
YUV 90.39 106.33 92.77 -
System Red Green Blue C M Y K H S L
Decimal 41 123 52 0.67 0 0.58 0.52 128.05 0.5 0.32
Hex 29 7B 34 43 0 3A 34 80 32 20
Octal 51 173 64 103 0 72 64 200 62 40
Binary 101001 1111011 110100 1000011 0 111010 110100 10000000 110010 100000

Color Harmonies of #297B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B34

Black with #297B34

Text Example


Text Example

White with #297B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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