Html Css Color HEX #297F2D Japanese Laurel

📋 copy color: '#297F2D'

red 41 ◦ green 127 ◦ blue 45

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

Shades of Japanese Laurel #297F2D

Tints of Japanese Laurel #297F2D

RGB

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

 GREEN value IS 127 (50% from 255) = 59.62%

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

R = 19.25%
G = 59.62%
B = 21.13%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#297F2D (or 0x297F2D) is known color: Japanese Laurel. HEX triplet: 29, 7F and 2D. RGB value is (41,127,45). Sum of RGB (Red+Green+Blue) = 41+127+45=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 127 (50% from 255 or 59.62% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 127 - color contains mainly: green. Hex color #297F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297F2D is #D680D2. Grayscale: #5C5C5C. Windows color (decimal): -14057683 or 2981673. OLE color: 2981673.

HSL color Cylindrical-coordinate representation of color #297F2D: hue angle of 122.79º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297F2D is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 127 45 -
CMYK 0.68 0 0.65 0.50
HSL 122.79º 0.51% 0.33% -
HSV(B) 122.79º 0.68% 0.5% -
XYZ 8.98 15.84 5.07 -
YUV 91.94 101.51 91.67 -
System Red Green Blue C M Y K H S L
Decimal 41 127 45 0.68 0 0.65 0.50 122.79 0.51 0.33
Hex 29 7F 2D 44 0 41 32 7B 33 21
Octal 51 177 55 104 0 101 62 173 63 41
Binary 101001 1111111 101101 1000100 0 1000001 110010 1111011 110011 100001

Color Harmonies of #297F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297F2D

Black with #297F2D

Text Example


Text Example

White with #297F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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