Html Css Color HEX #298238 Japanese Laurel

📋 copy color: '#298238'

red 41 ◦ green 130 ◦ blue 56

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

Shades of Japanese Laurel #298238

Tints of Japanese Laurel #298238

RGB

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

 GREEN value IS 130 (51.17% from 255) = 57.27%

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

R = 18.06%
G = 57.27%
B = 24.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#298238 (or 0x298238) is known color: Japanese Laurel. HEX triplet: 29, 82 and 38. RGB value is (41,130,56). Sum of RGB (Red+Green+Blue) = 41+130+56=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #298238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298238 is #D67DC7. Grayscale: #5F5F5F. Windows color (decimal): -14056904 or 3703337. OLE color: 3703337.

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

Color convert

RGB 41 130 56 -
CMYK 0.68 0 0.57 0.49
HSL 130.11º 0.52% 0.34% -
HSV(B) 130.11º 0.68% 0.51% -
XYZ 9.61 16.72 6.46 -
YUV 94.95 106.01 89.52 -
System Red Green Blue C M Y K H S L
Decimal 41 130 56 0.68 0 0.57 0.49 130.11 0.52 0.34
Hex 29 82 38 44 0 39 31 82 34 22
Octal 51 202 70 104 0 71 61 202 64 42
Binary 101001 10000010 111000 1000100 0 111001 110001 10000010 110100 100010

Color Harmonies of #298238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298238

Black with #298238

Text Example


Text Example

White with #298238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298238; }

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

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

background-color css

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

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

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

border-color css

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

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

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