Html Css Color HEX #238235 Japanese Laurel

📋 copy color: '#238235'

red 35 ◦ green 130 ◦ blue 53

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

Shades of Japanese Laurel #238235

Tints of Japanese Laurel #238235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.31%

R = 16.06%
G = 59.63%
B = 24.31%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#238235 (or 0x238235) is known color: Japanese Laurel. HEX triplet: 23, 82 and 35. RGB value is (35,130,53). Sum of RGB (Red+Green+Blue) = 35+130+53=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #238235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238235 is #DC7DCA. Grayscale: #5D5D5D. Windows color (decimal): -14450123 or 3506723. OLE color: 3506723.

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

Color convert

RGB 35 130 53 -
CMYK 0.73 0 0.59 0.49
HSL 131.37º 0.58% 0.32% -
HSV(B) 131.37º 0.73% 0.51% -
XYZ 9.32 16.58 6.08 -
YUV 92.82 105.53 86.76 -
System Red Green Blue C M Y K H S L
Decimal 35 130 53 0.73 0 0.59 0.49 131.37 0.58 0.32
Hex 23 82 35 49 0 3B 31 83 3A 20
Octal 43 202 65 111 0 73 61 203 72 40
Binary 100011 10000010 110101 1001001 0 111011 110001 10000011 111010 100000

Color Harmonies of #238235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238235

Black with #238235

Text Example


Text Example

White with #238235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238235; }

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

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

background-color css

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

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

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

border-color css

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

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

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