Html Css Color HEX #297C2D Japanese Laurel

📋 copy color: '#297C2D'

red 41 ◦ green 124 ◦ blue 45

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

Shades of Japanese Laurel #297C2D

Tints of Japanese Laurel #297C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.43%

R = 19.52%
G = 59.05%
B = 21.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#297C2D (or 0x297C2D) is known color: Japanese Laurel. HEX triplet: 29, 7C and 2D. RGB value is (41,124,45). Sum of RGB (Red+Green+Blue) = 41+124+45=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 124 (48.83% from 255 or 59.05% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 124 - color contains mainly: green. Hex color #297C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297C2D is #D683D2. Grayscale: #5A5A5A. Windows color (decimal): -14058451 or 2980905. OLE color: 2980905.

HSL color Cylindrical-coordinate representation of color #297C2D: hue angle of 122.89º 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 #297C2D is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 124 45 -
CMYK 0.67 0 0.64 0.51
HSL 122.89º 0.5% 0.32% -
HSV(B) 122.89º 0.67% 0.49% -
XYZ 8.6 15.08 4.94 -
YUV 90.18 102.5 92.92 -
System Red Green Blue C M Y K H S L
Decimal 41 124 45 0.67 0 0.64 0.51 122.89 0.5 0.32
Hex 29 7C 2D 43 0 40 33 7B 32 20
Octal 51 174 55 103 0 100 63 173 62 40
Binary 101001 1111100 101101 1000011 0 1000000 110011 1111011 110010 100000

Color Harmonies of #297C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297C2D

Black with #297C2D

Text Example


Text Example

White with #297C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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