Html Css Color HEX #298335 Japanese Laurel

📋 copy color: '#298335'

red 41 ◦ green 131 ◦ blue 53

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

Shades of Japanese Laurel #298335

Tints of Japanese Laurel #298335

RGB

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

 GREEN value IS 131 (51.56% from 255) = 58.22%

 BLUE value IS 53 (21.09% from 255) = 23.56%

R = 18.22%
G = 58.22%
B = 23.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#298335 (or 0x298335) is known color: Japanese Laurel. HEX triplet: 29, 83 and 35. RGB value is (41,131,53). Sum of RGB (Red+Green+Blue) = 41+131+53=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 131 (51.56% from 255 or 58.22% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 131 - color contains mainly: green. Hex color #298335 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298335 is #D67CCA. Grayscale: #5F5F5F. Windows color (decimal): -14056651 or 3506985. OLE color: 3506985.

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

Color convert

RGB 41 131 53 -
CMYK 0.69 0 0.60 0.49
HSL 128º 0.52% 0.34% -
HSV(B) 128º 0.69% 0.51% -
XYZ 9.67 16.96 6.13 -
YUV 95.2 104.18 89.34 -
System Red Green Blue C M Y K H S L
Decimal 41 131 53 0.69 0 0.60 0.49 128 0.52 0.34
Hex 29 83 35 45 0 3C 31 80 34 22
Octal 51 203 65 105 0 74 61 200 64 42
Binary 101001 10000011 110101 1000101 0 111100 110001 10000000 110100 100010

Color Harmonies of #298335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298335

Black with #298335

Text Example


Text Example

White with #298335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298335; }

 p { color: rgb(41,131,53); }

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

background-color css

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

 a { background-color: rgb(41,131,53); }

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

border-color css

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

 span { border-color: rgb(41,131,53); }

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