Html Css Color HEX #298935 Japanese Laurel

📋 copy color: '#298935'

red 41 ◦ green 137 ◦ blue 53

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

Shades of Japanese Laurel #298935

Tints of Japanese Laurel #298935

RGB

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

 GREEN value IS 137 (53.91% from 255) = 59.31%

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

R = 17.75%
G = 59.31%
B = 22.94%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#298935 (or 0x298935) is known color: Japanese Laurel. HEX triplet: 29, 89 and 35. RGB value is (41,137,53). Sum of RGB (Red+Green+Blue) = 41+137+53=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 137 (53.91% from 255 or 59.31% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 137 - color contains mainly: green. Hex color #298935 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298935 is #D676CA. Grayscale: #626262. Windows color (decimal): -14055115 or 3508521. OLE color: 3508521.

HSL color Cylindrical-coordinate representation of color #298935: hue angle of 127.5º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298935 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 137 53 -
CMYK 0.70 0 0.61 0.46
HSL 127.5º 0.54% 0.35% -
HSV(B) 127.5º 0.7% 0.54% -
XYZ 10.5 18.62 6.41 -
YUV 98.72 102.2 86.83 -
System Red Green Blue C M Y K H S L
Decimal 41 137 53 0.70 0 0.61 0.46 127.5 0.54 0.35
Hex 29 89 35 46 0 3D 2E 80 36 23
Octal 51 211 65 106 0 75 56 200 66 43
Binary 101001 10001001 110101 1000110 0 111101 101110 10000000 110110 100011

Color Harmonies of #298935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298935

Black with #298935

Text Example


Text Example

White with #298935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298935; }

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

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

background-color css

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

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

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

border-color css

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

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

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