Html Css Color HEX #238231 Japanese Laurel

📋 copy color: '#238231'

red 35 ◦ green 130 ◦ blue 49

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

Shades of Japanese Laurel #238231

Tints of Japanese Laurel #238231

RGB

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

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

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

R = 16.36%
G = 60.75%
B = 22.9%

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

#238231 (or 0x238231) is known color: Japanese Laurel. HEX triplet: 23, 82 and 31. RGB value is (35,130,49). Sum of RGB (Red+Green+Blue) = 35+130+49=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #238231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238231 is #DC7DCE. Grayscale: #5C5C5C. Windows color (decimal): -14450127 or 3244579. OLE color: 3244579.

HSL color Cylindrical-coordinate representation of color #238231: hue angle of 128.84º degrees, saturation: 0.58, 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 #238231 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 130 49 -
CMYK 0.73 0 0.62 0.49
HSL 128.84º 0.58% 0.32% -
HSV(B) 128.84º 0.73% 0.51% -
XYZ 9.23 16.54 5.61 -
YUV 92.36 103.53 87.09 -
System Red Green Blue C M Y K H S L
Decimal 35 130 49 0.73 0 0.62 0.49 128.84 0.58 0.32
Hex 23 82 31 49 0 3E 31 81 3A 20
Octal 43 202 61 111 0 76 61 201 72 40
Binary 100011 10000010 110001 1001001 0 111110 110001 10000001 111010 100000

Color Harmonies of #238231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238231

Black with #238231

Text Example


Text Example

White with #238231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238231; }

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

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

background-color css

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

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

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

border-color css

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

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

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