Html Css Color HEX #238239 Japanese Laurel

📋 copy color: '#238239'

red 35 ◦ green 130 ◦ blue 57

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

Shades of Japanese Laurel #238239

Tints of Japanese Laurel #238239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.68%

R = 15.77%
G = 58.56%
B = 25.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#238239 (or 0x238239) is known color: Japanese Laurel. HEX triplet: 23, 82 and 39. RGB value is (35,130,57). Sum of RGB (Red+Green+Blue) = 35+130+57=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #238239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238239 is #DC7DC6. Grayscale: #5D5D5D. Windows color (decimal): -14450119 or 3768867. OLE color: 3768867.

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

Color convert

RGB 35 130 57 -
CMYK 0.73 0 0.56 0.49
HSL 133.89º 0.58% 0.32% -
HSV(B) 133.89º 0.73% 0.51% -
XYZ 9.41 16.62 6.58 -
YUV 93.27 107.53 86.44 -
System Red Green Blue C M Y K H S L
Decimal 35 130 57 0.73 0 0.56 0.49 133.89 0.58 0.32
Hex 23 82 39 49 0 38 31 86 3A 20
Octal 43 202 71 111 0 70 61 206 72 40
Binary 100011 10000010 111001 1001001 0 111000 110001 10000110 111010 100000

Color Harmonies of #238239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238239

Black with #238239

Text Example


Text Example

White with #238239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238239; }

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

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

background-color css

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

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

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

border-color css

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

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

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