Html Css Color HEX #268233 Japanese Laurel

📋 copy color: '#268233'

red 38 ◦ green 130 ◦ blue 51

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

Shades of Japanese Laurel #268233

Tints of Japanese Laurel #268233

RGB

 RED value IS 38 (15.23% from 255) = 17.35%

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

 BLUE value IS 51 (20.31% from 255) = 23.29%

R = 17.35%
G = 59.36%
B = 23.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#268233 (or 0x268233) is known color: Japanese Laurel. HEX triplet: 26, 82 and 33. RGB value is (38,130,51). Sum of RGB (Red+Green+Blue) = 38+130+51=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #268233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268233 is #D97DCC. Grayscale: #5D5D5D. Windows color (decimal): -14253517 or 3375654. OLE color: 3375654.

HSL color Cylindrical-coordinate representation of color #268233: hue angle of 128.48º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268233 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 130 51 -
CMYK 0.71 0 0.61 0.49
HSL 128.48º 0.55% 0.33% -
HSV(B) 128.48º 0.71% 0.51% -
XYZ 9.38 16.62 5.84 -
YUV 93.49 104.02 88.42 -
System Red Green Blue C M Y K H S L
Decimal 38 130 51 0.71 0 0.61 0.49 128.48 0.55 0.33
Hex 26 82 33 47 0 3D 31 80 37 21
Octal 46 202 63 107 0 75 61 200 67 41
Binary 100110 10000010 110011 1000111 0 111101 110001 10000000 110111 100001

Color Harmonies of #268233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268233

Black with #268233

Text Example


Text Example

White with #268233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268233; }

 p { color: rgb(38,130,51); }

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

background-color css

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

 a { background-color: rgb(38,130,51); }

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

border-color css

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

 span { border-color: rgb(38,130,51); }

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