Html Css Color HEX #297F30 Japanese Laurel

📋 copy color: '#297F30'

red 41 ◦ green 127 ◦ blue 48

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

Shades of Japanese Laurel #297F30

Tints of Japanese Laurel #297F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.22%

R = 18.98%
G = 58.8%
B = 22.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#297F30 (or 0x297F30) is known color: Japanese Laurel. HEX triplet: 29, 7F and 30. RGB value is (41,127,48). Sum of RGB (Red+Green+Blue) = 41+127+48=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 127 (50% from 255 or 58.80% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 127 - color contains mainly: green. Hex color #297F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297F30 is #D680CF. Grayscale: #5C5C5C. Windows color (decimal): -14057680 or 3178281. OLE color: 3178281.

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

Color convert

RGB 41 127 48 -
CMYK 0.68 0 0.62 0.50
HSL 124.88º 0.51% 0.33% -
HSV(B) 124.88º 0.68% 0.5% -
XYZ 9.04 15.86 5.38 -
YUV 92.28 103.01 91.42 -
System Red Green Blue C M Y K H S L
Decimal 41 127 48 0.68 0 0.62 0.50 124.88 0.51 0.33
Hex 29 7F 30 44 0 3E 32 7D 33 21
Octal 51 177 60 104 0 76 62 175 63 41
Binary 101001 1111111 110000 1000100 0 111110 110010 1111101 110011 100001

Color Harmonies of #297F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297F30

Black with #297F30

Text Example


Text Example

White with #297F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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