Html Css Color HEX #238236 Japanese Laurel

📋 copy color: '#238236'

red 35 ◦ green 130 ◦ blue 54

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

Shades of Japanese Laurel #238236

Tints of Japanese Laurel #238236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.66%

R = 15.98%
G = 59.36%
B = 24.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#238236 (or 0x238236) is known color: Japanese Laurel. HEX triplet: 23, 82 and 36. RGB value is (35,130,54). Sum of RGB (Red+Green+Blue) = 35+130+54=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #238236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238236 is #DC7DC9. Grayscale: #5D5D5D. Windows color (decimal): -14450122 or 3572259. OLE color: 3572259.

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

Color convert

RGB 35 130 54 -
CMYK 0.73 0 0.58 0.49
HSL 132º 0.58% 0.32% -
HSV(B) 132º 0.73% 0.51% -
XYZ 9.34 16.59 6.2 -
YUV 92.93 106.03 86.68 -
System Red Green Blue C M Y K H S L
Decimal 35 130 54 0.73 0 0.58 0.49 132 0.58 0.32
Hex 23 82 36 49 0 3A 31 84 3A 20
Octal 43 202 66 111 0 72 61 204 72 40
Binary 100011 10000010 110110 1001001 0 111010 110001 10000100 111010 100000

Color Harmonies of #238236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238236

Black with #238236

Text Example


Text Example

White with #238236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238236; }

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

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

background-color css

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

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

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

border-color css

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

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

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