Html Css Color HEX #297935 Japanese Laurel

📋 copy color: '#297935'

red 41 ◦ green 121 ◦ blue 53

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

Shades of Japanese Laurel #297935

Tints of Japanese Laurel #297935

RGB

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

 GREEN value IS 121 (47.66% from 255) = 56.28%

 BLUE value IS 53 (21.09% from 255) = 24.65%

R = 19.07%
G = 56.28%
B = 24.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#297935 (or 0x297935) is known color: Japanese Laurel. HEX triplet: 29, 79 and 35. RGB value is (41,121,53). Sum of RGB (Red+Green+Blue) = 41+121+53=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 121 (47.66% from 255 or 56.28% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 121 - color contains mainly: green. Hex color #297935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297935 is #D686CA. Grayscale: #595959. Windows color (decimal): -14059211 or 3504425. OLE color: 3504425.

HSL color Cylindrical-coordinate representation of color #297935: hue angle of 129º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297935 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 121 53 -
CMYK 0.66 0 0.56 0.53
HSL 129º 0.49% 0.32% -
HSV(B) 129º 0.66% 0.47% -
XYZ 8.39 14.4 5.71 -
YUV 89.33 107.5 93.53 -
System Red Green Blue C M Y K H S L
Decimal 41 121 53 0.66 0 0.56 0.53 129 0.49 0.32
Hex 29 79 35 42 0 38 35 81 31 20
Octal 51 171 65 102 0 70 65 201 61 40
Binary 101001 1111001 110101 1000010 0 111000 110101 10000001 110001 100000

Color Harmonies of #297935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297935

Black with #297935

Text Example


Text Example

White with #297935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297935; }

 p { color: rgb(41,121,53); }

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

background-color css

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

 a { background-color: rgb(41,121,53); }

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

border-color css

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

 span { border-color: rgb(41,121,53); }

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