Html Css Color HEX #297C3D Japanese Laurel

📋 copy color: '#297C3D'

red 41 ◦ green 124 ◦ blue 61

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

Shades of Japanese Laurel #297C3D

Tints of Japanese Laurel #297C3D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 54.87%

 BLUE value IS 61 (24.22% from 255) = 26.99%

R = 18.14%
G = 54.87%
B = 26.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#297C3D (or 0x297C3D) is known color: Japanese Laurel. HEX triplet: 29, 7C and 3D. RGB value is (41,124,61). Sum of RGB (Red+Green+Blue) = 41+124+61=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #297C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297C3D is #D683C2. Grayscale: #5C5C5C. Windows color (decimal): -14058435 or 4029481. OLE color: 4029481.

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

Color convert

RGB 41 124 61 -
CMYK 0.67 0 0.51 0.51
HSL 134.46º 0.5% 0.32% -
HSV(B) 134.46º 0.67% 0.49% -
XYZ 8.96 15.22 6.88 -
YUV 92 110.5 91.62 -
System Red Green Blue C M Y K H S L
Decimal 41 124 61 0.67 0 0.51 0.51 134.46 0.5 0.32
Hex 29 7C 3D 43 0 33 33 86 32 20
Octal 51 174 75 103 0 63 63 206 62 40
Binary 101001 1111100 111101 1000011 0 110011 110011 10000110 110010 100000

Color Harmonies of #297C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297C3D

Black with #297C3D

Text Example


Text Example

White with #297C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,124,61); }

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

background-color css

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

 a { background-color: rgb(41,124,61); }

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

border-color css

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

 span { border-color: rgb(41,124,61); }

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