Html Css Color HEX #238237 Japanese Laurel

📋 copy color: '#238237'

red 35 ◦ green 130 ◦ blue 55

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

Shades of Japanese Laurel #238237

Tints of Japanese Laurel #238237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25%

R = 15.91%
G = 59.09%
B = 25%

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

#238237 (or 0x238237) is known color: Japanese Laurel. HEX triplet: 23, 82 and 37. RGB value is (35,130,55). Sum of RGB (Red+Green+Blue) = 35+130+55=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #238237 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238237 is #DC7DC8. Grayscale: #5D5D5D. Windows color (decimal): -14450121 or 3637795. OLE color: 3637795.

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

Color convert

RGB 35 130 55 -
CMYK 0.73 0 0.58 0.49
HSL 132.63º 0.58% 0.32% -
HSV(B) 132.63º 0.73% 0.51% -
XYZ 9.37 16.6 6.32 -
YUV 93.05 106.53 86.6 -
System Red Green Blue C M Y K H S L
Decimal 35 130 55 0.73 0 0.58 0.49 132.63 0.58 0.32
Hex 23 82 37 49 0 3A 31 85 3A 20
Octal 43 202 67 111 0 72 61 205 72 40
Binary 100011 10000010 110111 1001001 0 111010 110001 10000101 111010 100000

Color Harmonies of #238237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238237

Black with #238237

Text Example


Text Example

White with #238237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238237; }

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

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

background-color css

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

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

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

border-color css

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

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

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