Html Css Color HEX #238230 Japanese Laurel

📋 copy color: '#238230'

red 35 ◦ green 130 ◦ blue 48

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

Shades of Japanese Laurel #238230

Tints of Japanese Laurel #238230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.54%

R = 16.43%
G = 61.03%
B = 22.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#238230 (or 0x238230) is known color: Japanese Laurel. HEX triplet: 23, 82 and 30. RGB value is (35,130,48). Sum of RGB (Red+Green+Blue) = 35+130+48=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #238230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238230 is #DC7DCF. Grayscale: #5C5C5C. Windows color (decimal): -14450128 or 3179043. OLE color: 3179043.

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

Color convert

RGB 35 130 48 -
CMYK 0.73 0 0.63 0.49
HSL 128.21º 0.58% 0.32% -
HSV(B) 128.21º 0.73% 0.51% -
XYZ 9.21 16.54 5.5 -
YUV 92.25 103.03 87.17 -
System Red Green Blue C M Y K H S L
Decimal 35 130 48 0.73 0 0.63 0.49 128.21 0.58 0.32
Hex 23 82 30 49 0 3F 31 80 3A 20
Octal 43 202 60 111 0 77 61 200 72 40
Binary 100011 10000010 110000 1001001 0 111111 110001 10000000 111010 100000

Color Harmonies of #238230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238230

Black with #238230

Text Example


Text Example

White with #238230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238230; }

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

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

background-color css

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

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

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

border-color css

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

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

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