Html Css Color HEX #298033 Japanese Laurel

📋 copy color: '#298033'

red 41 ◦ green 128 ◦ blue 51

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

Shades of Japanese Laurel #298033

Tints of Japanese Laurel #298033

RGB

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

 GREEN value IS 128 (50.39% from 255) = 58.18%

 BLUE value IS 51 (20.31% from 255) = 23.18%

R = 18.64%
G = 58.18%
B = 23.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#298033 (or 0x298033) is known color: Japanese Laurel. HEX triplet: 29, 80 and 33. RGB value is (41,128,51). Sum of RGB (Red+Green+Blue) = 41+128+51=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 128 (50.39% from 255 or 58.18% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 128 - color contains mainly: green. Hex color #298033 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298033 is #D67FCC. Grayscale: #5D5D5D. Windows color (decimal): -14057421 or 3375145. OLE color: 3375145.

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

Color convert

RGB 41 128 51 -
CMYK 0.68 0 0.60 0.50
HSL 126.9º 0.51% 0.33% -
HSV(B) 126.9º 0.68% 0.5% -
XYZ 9.23 16.15 5.76 -
YUV 93.21 104.18 90.76 -
System Red Green Blue C M Y K H S L
Decimal 41 128 51 0.68 0 0.60 0.50 126.9 0.51 0.33
Hex 29 80 33 44 0 3C 32 7F 33 21
Octal 51 200 63 104 0 74 62 177 63 41
Binary 101001 10000000 110011 1000100 0 111100 110010 1111111 110011 100001

Color Harmonies of #298033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298033

Black with #298033

Text Example


Text Example

White with #298033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298033; }

 p { color: rgb(41,128,51); }

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

background-color css

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

 a { background-color: rgb(41,128,51); }

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

border-color css

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

 span { border-color: rgb(41,128,51); }

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