Html Css Color HEX #238032 Japanese Laurel

📋 copy color: '#238032'

red 35 ◦ green 128 ◦ blue 50

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

Shades of Japanese Laurel #238032

Tints of Japanese Laurel #238032

RGB

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

 GREEN value IS 128 (50.39% from 255) = 60.09%

 BLUE value IS 50 (19.92% from 255) = 23.47%

R = 16.43%
G = 60.09%
B = 23.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#238032 (or 0x238032) is known color: Japanese Laurel. HEX triplet: 23, 80 and 32. RGB value is (35,128,50). Sum of RGB (Red+Green+Blue) = 35+128+50=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 128 (50.39% from 255 or 60.09% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 128 - color contains mainly: green. Hex color #238032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238032 is #DC7FCD. Grayscale: #5B5B5B. Windows color (decimal): -14450638 or 3309603. OLE color: 3309603.

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

Color convert

RGB 35 128 50 -
CMYK 0.73 0 0.61 0.50
HSL 129.68º 0.57% 0.32% -
HSV(B) 129.68º 0.73% 0.5% -
XYZ 8.99 16.03 5.64 -
YUV 91.3 104.69 87.84 -
System Red Green Blue C M Y K H S L
Decimal 35 128 50 0.73 0 0.61 0.50 129.68 0.57 0.32
Hex 23 80 32 49 0 3D 32 82 39 20
Octal 43 200 62 111 0 75 62 202 71 40
Binary 100011 10000000 110010 1001001 0 111101 110010 10000010 111001 100000

Color Harmonies of #238032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238032

Black with #238032

Text Example


Text Example

White with #238032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238032; }

 p { color: rgb(35,128,50); }

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

background-color css

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

 a { background-color: rgb(35,128,50); }

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

border-color css

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

 span { border-color: rgb(35,128,50); }

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