Html Css Color HEX #238232 Japanese Laurel

📋 copy color: '#238232'

red 35 ◦ green 130 ◦ blue 50

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

Shades of Japanese Laurel #238232

Tints of Japanese Laurel #238232

RGB

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

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

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

R = 16.28%
G = 60.47%
B = 23.26%

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

#238232 (or 0x238232) is known color: Japanese Laurel. HEX triplet: 23, 82 and 32. RGB value is (35,130,50). Sum of RGB (Red+Green+Blue) = 35+130+50=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #238232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238232 is #DC7DCD. Grayscale: #5C5C5C. Windows color (decimal): -14450126 or 3310115. OLE color: 3310115.

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

Color convert

RGB 35 130 50 -
CMYK 0.73 0 0.62 0.49
HSL 129.47º 0.58% 0.32% -
HSV(B) 129.47º 0.73% 0.51% -
XYZ 9.25 16.55 5.73 -
YUV 92.48 104.03 87 -
System Red Green Blue C M Y K H S L
Decimal 35 130 50 0.73 0 0.62 0.49 129.47 0.58 0.32
Hex 23 82 32 49 0 3E 31 81 3A 20
Octal 43 202 62 111 0 76 61 201 72 40
Binary 100011 10000010 110010 1001001 0 111110 110001 10000001 111010 100000

Color Harmonies of #238232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238232

Black with #238232

Text Example


Text Example

White with #238232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238232; }

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

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

background-color css

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

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

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

border-color css

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

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

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