Html Css Color HEX #238138 Japanese Laurel

📋 copy color: '#238138'

red 35 ◦ green 129 ◦ blue 56

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

Shades of Japanese Laurel #238138

Tints of Japanese Laurel #238138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.45%

R = 15.91%
G = 58.64%
B = 25.45%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#238138 (or 0x238138) is known color: Japanese Laurel. HEX triplet: 23, 81 and 38. RGB value is (35,129,56). Sum of RGB (Red+Green+Blue) = 35+129+56=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #238138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238138 is #DC7EC7. Grayscale: #5C5C5C. Windows color (decimal): -14450376 or 3703075. OLE color: 3703075.

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

Color convert

RGB 35 129 56 -
CMYK 0.73 0 0.57 0.49
HSL 133.4º 0.57% 0.32% -
HSV(B) 133.4º 0.73% 0.51% -
XYZ 9.26 16.34 6.41 -
YUV 92.57 107.36 86.94 -
System Red Green Blue C M Y K H S L
Decimal 35 129 56 0.73 0 0.57 0.49 133.4 0.57 0.32
Hex 23 81 38 49 0 39 31 85 39 20
Octal 43 201 70 111 0 71 61 205 71 40
Binary 100011 10000001 111000 1001001 0 111001 110001 10000101 111001 100000

Color Harmonies of #238138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238138

Black with #238138

Text Example


Text Example

White with #238138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238138; }

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

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

background-color css

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

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

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

border-color css

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

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

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