Html Css Color HEX #298038 Japanese Laurel

📋 copy color: '#298038'

red 41 ◦ green 128 ◦ blue 56

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

Shades of Japanese Laurel #298038

Tints of Japanese Laurel #298038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.89%

R = 18.22%
G = 56.89%
B = 24.89%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#298038 (or 0x298038) is known color: Japanese Laurel. HEX triplet: 29, 80 and 38. RGB value is (41,128,56). Sum of RGB (Red+Green+Blue) = 41+128+56=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #298038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298038 is #D67FC7. Grayscale: #5D5D5D. Windows color (decimal): -14057416 or 3702825. OLE color: 3702825.

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

Color convert

RGB 41 128 56 -
CMYK 0.68 0 0.56 0.50
HSL 130.34º 0.51% 0.33% -
HSV(B) 130.34º 0.68% 0.5% -
XYZ 9.35 16.2 6.37 -
YUV 93.78 106.68 90.35 -
System Red Green Blue C M Y K H S L
Decimal 41 128 56 0.68 0 0.56 0.50 130.34 0.51 0.33
Hex 29 80 38 44 0 38 32 82 33 21
Octal 51 200 70 104 0 70 62 202 63 41
Binary 101001 10000000 111000 1000100 0 111000 110010 10000010 110011 100001

Color Harmonies of #298038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298038

Black with #298038

Text Example


Text Example

White with #298038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298038; }

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

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

background-color css

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

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

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

border-color css

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

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

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