Html Css Color HEX #298130 Japanese Laurel

📋 copy color: '#298130'

red 41 ◦ green 129 ◦ blue 48

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

Shades of Japanese Laurel #298130

Tints of Japanese Laurel #298130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.02%

R = 18.81%
G = 59.17%
B = 22.02%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#298130 (or 0x298130) is known color: Japanese Laurel. HEX triplet: 29, 81 and 30. RGB value is (41,129,48). Sum of RGB (Red+Green+Blue) = 41+129+48=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 129 (50.78% from 255 or 59.17% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 129 - color contains mainly: green. Hex color #298130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298130 is #D67ECF. Grayscale: #5D5D5D. Windows color (decimal): -14057168 or 3178793. OLE color: 3178793.

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

Color convert

RGB 41 129 48 -
CMYK 0.68 0 0.63 0.49
HSL 124.77º 0.52% 0.33% -
HSV(B) 124.77º 0.68% 0.51% -
XYZ 9.3 16.39 5.47 -
YUV 93.45 102.35 90.59 -
System Red Green Blue C M Y K H S L
Decimal 41 129 48 0.68 0 0.63 0.49 124.77 0.52 0.33
Hex 29 81 30 44 0 3F 31 7D 34 21
Octal 51 201 60 104 0 77 61 175 64 41
Binary 101001 10000001 110000 1000100 0 111111 110001 1111101 110100 100001

Color Harmonies of #298130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298130

Black with #298130

Text Example


Text Example

White with #298130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298130; }

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

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

background-color css

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

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

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

border-color css

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

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

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