Html Css Color HEX #297F2F Japanese Laurel

📋 copy color: '#297F2F'

red 41 ◦ green 127 ◦ blue 47

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

Shades of Japanese Laurel #297F2F

Tints of Japanese Laurel #297F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.86%

R = 19.07%
G = 59.07%
B = 21.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#297F2F (or 0x297F2F) is known color: Japanese Laurel. HEX triplet: 29, 7F and 2F. RGB value is (41,127,47). Sum of RGB (Red+Green+Blue) = 41+127+47=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 127 (50% from 255 or 59.07% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 127 - color contains mainly: green. Hex color #297F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297F2F is #D680D0. Grayscale: #5C5C5C. Windows color (decimal): -14057681 or 3112745. OLE color: 3112745.

HSL color Cylindrical-coordinate representation of color #297F2F: hue angle of 124.19º 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 #297F2F is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 127 47 -
CMYK 0.68 0 0.63 0.50
HSL 124.19º 0.51% 0.33% -
HSV(B) 124.19º 0.68% 0.5% -
XYZ 9.02 15.86 5.27 -
YUV 92.17 102.51 91.5 -
System Red Green Blue C M Y K H S L
Decimal 41 127 47 0.68 0 0.63 0.50 124.19 0.51 0.33
Hex 29 7F 2F 44 0 3F 32 7C 33 21
Octal 51 177 57 104 0 77 62 174 63 41
Binary 101001 1111111 101111 1000100 0 111111 110010 1111100 110011 100001

Color Harmonies of #297F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297F2F

Black with #297F2F

Text Example


Text Example

White with #297F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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