Html Css Color HEX #298140 Japanese Laurel

📋 copy color: '#298140'

red 41 ◦ green 129 ◦ blue 64

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

Shades of Japanese Laurel #298140

Tints of Japanese Laurel #298140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.13%

 BLUE value IS 64 (25.39% from 255) = 27.35%

R = 17.52%
G = 55.13%
B = 27.35%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#298140 (or 0x298140) is known color: Japanese Laurel. HEX triplet: 29, 81 and 40. RGB value is (41,129,64). Sum of RGB (Red+Green+Blue) = 41+129+64=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #298140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298140 is #D67EBF. Grayscale: #5F5F5F. Windows color (decimal): -14057152 or 4227369. OLE color: 4227369.

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

Color convert

RGB 41 129 64 -
CMYK 0.68 0 0.50 0.49
HSL 135.68º 0.52% 0.33% -
HSV(B) 135.68º 0.68% 0.51% -
XYZ 9.69 16.54 7.53 -
YUV 95.28 110.35 89.29 -
System Red Green Blue C M Y K H S L
Decimal 41 129 64 0.68 0 0.50 0.49 135.68 0.52 0.33
Hex 29 81 40 44 0 32 31 88 34 21
Octal 51 201 100 104 0 62 61 210 64 41
Binary 101001 10000001 1000000 1000100 0 110010 110001 10001000 110100 100001

Color Harmonies of #298140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298140

Black with #298140

Text Example


Text Example

White with #298140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298140; }

 p { color: rgb(41,129,64); }

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

background-color css

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

 a { background-color: rgb(41,129,64); }

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

border-color css

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

 span { border-color: rgb(41,129,64); }

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