Html Css Color HEX #298530 Japanese Laurel

📋 copy color: '#298530'

red 41 ◦ green 133 ◦ blue 48

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

Shades of Japanese Laurel #298530

Tints of Japanese Laurel #298530

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.91%

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

R = 18.47%
G = 59.91%
B = 21.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#298530 (or 0x298530) is known color: Japanese Laurel. HEX triplet: 29, 85 and 30. RGB value is (41,133,48). Sum of RGB (Red+Green+Blue) = 41+133+48=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #298530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298530 is #D67ACF. Grayscale: #606060. Windows color (decimal): -14056144 or 3179817. OLE color: 3179817.

HSL color Cylindrical-coordinate representation of color #298530: hue angle of 124.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298530 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 133 48 -
CMYK 0.69 0 0.64 0.48
HSL 124.57º 0.53% 0.34% -
HSV(B) 124.57º 0.69% 0.52% -
XYZ 9.84 17.46 5.65 -
YUV 95.8 101.02 88.91 -
System Red Green Blue C M Y K H S L
Decimal 41 133 48 0.69 0 0.64 0.48 124.57 0.53 0.34
Hex 29 85 30 45 0 40 30 7D 35 22
Octal 51 205 60 105 0 100 60 175 65 42
Binary 101001 10000101 110000 1000101 0 1000000 110000 1111101 110101 100010

Color Harmonies of #298530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298530

Black with #298530

Text Example


Text Example

White with #298530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298530; }

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

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

background-color css

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

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

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

border-color css

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

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

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