Html Css Color HEX #238131 Japanese Laurel

📋 copy color: '#238131'

red 35 ◦ green 129 ◦ blue 49

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

Shades of Japanese Laurel #238131

Tints of Japanese Laurel #238131

RGB

 RED value IS 35 (14.06% from 255) = 16.43%

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

 BLUE value IS 49 (19.53% from 255) = 23%

R = 16.43%
G = 60.56%
B = 23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#238131 (or 0x238131) is known color: Japanese Laurel. HEX triplet: 23, 81 and 31. RGB value is (35,129,49). Sum of RGB (Red+Green+Blue) = 35+129+49=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #238131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238131 is #DC7ECE. Grayscale: #5C5C5C. Windows color (decimal): -14450383 or 3244323. OLE color: 3244323.

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

Color convert

RGB 35 129 49 -
CMYK 0.73 0 0.62 0.49
HSL 128.94º 0.57% 0.32% -
HSV(B) 128.94º 0.73% 0.51% -
XYZ 9.1 16.28 5.57 -
YUV 91.77 103.86 87.5 -
System Red Green Blue C M Y K H S L
Decimal 35 129 49 0.73 0 0.62 0.49 128.94 0.57 0.32
Hex 23 81 31 49 0 3E 31 81 39 20
Octal 43 201 61 111 0 76 61 201 71 40
Binary 100011 10000001 110001 1001001 0 111110 110001 10000001 111001 100000

Color Harmonies of #238131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238131

Black with #238131

Text Example


Text Example

White with #238131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238131; }

 p { color: rgb(35,129,49); }

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

background-color css

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

 a { background-color: rgb(35,129,49); }

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

border-color css

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

 span { border-color: rgb(35,129,49); }

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