Html Css Color HEX #298134 Japanese Laurel

📋 copy color: '#298134'

red 41 ◦ green 129 ◦ blue 52

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

Shades of Japanese Laurel #298134

Tints of Japanese Laurel #298134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.42%

R = 18.47%
G = 58.11%
B = 23.42%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#298134 (or 0x298134) is known color: Japanese Laurel. HEX triplet: 29, 81 and 34. RGB value is (41,129,52). Sum of RGB (Red+Green+Blue) = 41+129+52=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #298134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298134 is #D67ECB. Grayscale: #5E5E5E. Windows color (decimal): -14057164 or 3440937. OLE color: 3440937.

HSL color Cylindrical-coordinate representation of color #298134: hue angle of 127.5º 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 #298134 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 129 52 -
CMYK 0.68 0 0.60 0.49
HSL 127.5º 0.52% 0.33% -
HSV(B) 127.5º 0.68% 0.51% -
XYZ 9.38 16.42 5.92 -
YUV 93.91 104.35 90.26 -
System Red Green Blue C M Y K H S L
Decimal 41 129 52 0.68 0 0.60 0.49 127.5 0.52 0.33
Hex 29 81 34 44 0 3C 31 80 34 21
Octal 51 201 64 104 0 74 61 200 64 41
Binary 101001 10000001 110100 1000100 0 111100 110001 10000000 110100 100001

Color Harmonies of #298134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298134

Black with #298134

Text Example


Text Example

White with #298134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298134; }

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

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

background-color css

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

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

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

border-color css

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

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

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