Html Css Color HEX #238432 Japanese Laurel

📋 copy color: '#238432'

red 35 ◦ green 132 ◦ blue 50

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

Shades of Japanese Laurel #238432

Tints of Japanese Laurel #238432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.83%

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

R = 16.13%
G = 60.83%
B = 23.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#238432 (or 0x238432) is known color: Japanese Laurel. HEX triplet: 23, 84 and 32. RGB value is (35,132,50). Sum of RGB (Red+Green+Blue) = 35+132+50=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #238432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238432 is #DC7BCD. Grayscale: #5D5D5D. Windows color (decimal): -14449614 or 3310627. OLE color: 3310627.

HSL color Cylindrical-coordinate representation of color #238432: hue angle of 129.28º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238432 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 132 50 -
CMYK 0.73 0 0.62 0.48
HSL 129.28º 0.58% 0.33% -
HSV(B) 129.28º 0.73% 0.52% -
XYZ 9.52 17.09 5.81 -
YUV 93.65 103.36 86.17 -
System Red Green Blue C M Y K H S L
Decimal 35 132 50 0.73 0 0.62 0.48 129.28 0.58 0.33
Hex 23 84 32 49 0 3E 30 81 3A 21
Octal 43 204 62 111 0 76 60 201 72 41
Binary 100011 10000100 110010 1001001 0 111110 110000 10000001 111010 100001

Color Harmonies of #238432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238432

Black with #238432

Text Example


Text Example

White with #238432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238432; }

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

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

background-color css

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

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

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

border-color css

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

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

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