Html Css Color HEX #298135 Japanese Laurel

📋 copy color: '#298135'

red 41 ◦ green 129 ◦ blue 53

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

Shades of Japanese Laurel #298135

Tints of Japanese Laurel #298135

RGB

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

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

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

R = 18.39%
G = 57.85%
B = 23.77%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#298135 (or 0x298135) is known color: Japanese Laurel. HEX triplet: 29, 81 and 35. RGB value is (41,129,53). Sum of RGB (Red+Green+Blue) = 41+129+53=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #298135 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298135 is #D67ECA. Grayscale: #5E5E5E. Windows color (decimal): -14057163 or 3506473. OLE color: 3506473.

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

Color convert

RGB 41 129 53 -
CMYK 0.68 0 0.59 0.49
HSL 128.18º 0.52% 0.33% -
HSV(B) 128.18º 0.68% 0.51% -
XYZ 9.41 16.43 6.04 -
YUV 94.02 104.85 90.18 -
System Red Green Blue C M Y K H S L
Decimal 41 129 53 0.68 0 0.59 0.49 128.18 0.52 0.33
Hex 29 81 35 44 0 3B 31 80 34 21
Octal 51 201 65 104 0 73 61 200 64 41
Binary 101001 10000001 110101 1000100 0 111011 110001 10000000 110100 100001

Color Harmonies of #298135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298135

Black with #298135

Text Example


Text Example

White with #298135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298135; }

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

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

background-color css

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

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

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

border-color css

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

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

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