Html Css Color HEX #238132 Japanese Laurel

📋 copy color: '#238132'

red 35 ◦ green 129 ◦ blue 50

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

Shades of Japanese Laurel #238132

Tints of Japanese Laurel #238132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60.28%

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

R = 16.36%
G = 60.28%
B = 23.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#238132 (or 0x238132) is known color: Japanese Laurel. HEX triplet: 23, 81 and 32. RGB value is (35,129,50). Sum of RGB (Red+Green+Blue) = 35+129+50=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #238132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238132 is #DC7ECD. Grayscale: #5C5C5C. Windows color (decimal): -14450382 or 3309859. OLE color: 3309859.

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

Color convert

RGB 35 129 50 -
CMYK 0.73 0 0.61 0.49
HSL 129.57º 0.57% 0.32% -
HSV(B) 129.57º 0.73% 0.51% -
XYZ 9.12 16.29 5.68 -
YUV 91.89 104.36 87.42 -
System Red Green Blue C M Y K H S L
Decimal 35 129 50 0.73 0 0.61 0.49 129.57 0.57 0.32
Hex 23 81 32 49 0 3D 31 82 39 20
Octal 43 201 62 111 0 75 61 202 71 40
Binary 100011 10000001 110010 1001001 0 111101 110001 10000010 111001 100000

Color Harmonies of #238132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238132

Black with #238132

Text Example


Text Example

White with #238132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238132; }

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

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

background-color css

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

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

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

border-color css

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

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

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